SE_serverinfo_get_disableautoreg

Extracts DISABLEAUTOREG from the SE_SERVERINFO object.

Usage syntax

LONG SE_serverinfo_get_disableautoreg (const SE_SERVERINFO svrInfo, BOOL *disableautoreg);

Parameters
svrInfo The SE_SERVERINFO object
disableautoreg DISABLEAUTOREG value (TRUE or FALSE)
Description

This function returns the DISABLEAUTOREG value from the SE_SERVERINFO object.

DISABLEAUTOREG controls the autoregistration of business tables containing spatial columns created with an object relational data type. Data types for which this is supported are the DB2 Spatial Extender, Informix Spatial DataBlade, and Oracle Spatial.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED