SE_serverinfo_get_int64types

Extracts INT64TYPES from the SE_SERVERINFO object.

Usage syntax

LONG SE_serverinfo_get_int64types (const SE_SERVERINFO svrInfo, BOOL *int64types);

Parameters
svrInfo The SE_SERVERINFO object
int64types INT64TYPES value (TRUE or FALSE)
Description

This function returns the INT64TYPES from the SE_SERVERINFO object.

If false (the default), 64-bit integer columns cannot be created, and no underlying DBMS number columns will be interpreted as 64-bit integers. However, columns marked as 64-bit integers in the column metadata will continue to be treated as 64-bit integers once created regardless of the value of this variable.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED