SE_instanceinfo_get_type

Returns a user-schema geodatabase's type (Oracle only)

Usage syntax

LONG SE_instanceinfo_get_type (const SE_INSTANCEINFO instance, LONG *instance_type);

Parameters
instance The opaque instance object to query
instance_type The instance's type
Description

The SE_instanceinfo_get_type function returns the geodatabase's type, either SE_MASTER_INSTANCE (the master SDE geodatabase) or SE_PROJECT_INSTANCE (the user-schema geodatabase).

Returns

SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_INSTANCEINFO_OBJECT
SE_SDE_NOT_STARTED