FDO API Reference Feature Data Objects

The FdoCommandType enumeration defines the list of abstract commands a feature provider can support.

()

Enumerator:
FdoCommandType_Select  Represents the Select Command.
FdoCommandType_Insert  Represents the Insert Command.
FdoCommandType_Delete  Represents the Delete Command.
FdoCommandType_Update  Represents the Update Command.
FdoCommandType_DescribeSchema  Represents the DescribeSchema Command.
FdoCommandType_DescribeSchemaMapping  Represents the DescribeSchemaMapping Command.
FdoCommandType_ApplySchema  Represents the ApplySchema command.
FdoCommandType_DestroySchema  Represents the DestroySchema command.
FdoCommandType_ActivateSpatialContext  Represents the ActivateSpatialContext command.
FdoCommandType_CreateSpatialContext  Represents the CreateSpatialContext command.
FdoCommandType_DestroySpatialContext  Represents the DestroySpatialContext command.
FdoCommandType_GetSpatialContexts  Represents the GetSpatialContexts command.
FdoCommandType_CreateMeasureUnit  Represents the CreateMeasureUnit command.
FdoCommandType_DestroyMeasureUnit  Represents the DestroyMeasureUnit command.
FdoCommandType_GetMeasureUnits  Represents the GetMeasureUnits command.
FdoCommandType_SQLCommand  Represents the SQLCommand command.
FdoCommandType_AcquireLock  Represents the AcquireLock command.
FdoCommandType_GetLockInfo  Represents the GetLockInfo command.
FdoCommandType_GetLockedObjects  Represents the GetLockedObjects command.
FdoCommandType_GetLockOwners  Represents the GetLockOwners command.
FdoCommandType_ReleaseLock  Represents the ReleaseLock command.
FdoCommandType_ActivateLongTransaction  Represents the ActivateLongTransaction command.
FdoCommandType_DeactivateLongTransaction  Represents the DeactivateLongTransaction command.
FdoCommandType_CommitLongTransaction  Represents the CommitLongTransaction command.
FdoCommandType_CreateLongTransaction  Represents the CreateLongTransaction command.
FdoCommandType_GetLongTransactions  Represents the GetLongTransactions command.
FdoCommandType_FreezeLongTransaction  Represents the FreezeLongTransaction command.
FdoCommandType_RollbackLongTransaction  Represents the RollbackLongTransaction command.
FdoCommandType_ActivateLongTransactionCheckpoint  Represents the ActivateLongTransactionCheckpoint command.
FdoCommandType_CreateLongTransactionCheckpoint  Represents the CreateLongTransactionCheckpoint command.
FdoCommandType_GetLongTransactionCheckpoints  Represents the GetLongTransactionCheckpoints command.
FdoCommandType_RollbackLongTransactionCheckpoint  Represents the RollbackLongTransactionCheckpoint command.
FdoCommandType_ChangeLongTransactionPrivileges  Represents the ChangeLongTransactionPrivileges command.
FdoCommandType_GetLongTransactionPrivileges  Represents the GetLongTransactionPrivileges command.
FdoCommandType_ChangeLongTransactionSet  Represents the ChangeLongTransactionSet command.
FdoCommandType_GetLongTransactionsInSet  Represents the GetLongTransactionsInSet command.
FdoCommandType_NetworkShortestPath  Represents the NetworkShortestPath command.
FdoCommandType_NetworkAllPaths  Represents the NetworkAllPaths command.
FdoCommandType_NetworkReachableNodes  Represents the NetworkReachableNodes command.
FdoCommandType_NetworkReachingNodes  Represents the NetworkReachingNodes command.
FdoCommandType_NetworkNearestNeighbors  Represents the NetworkNearestNeighbors command.
FdoCommandType_NetworkWithinCost  Represents the NetworkWithinCost command.
FdoCommandType_NetworkTSP  Represents the NetworkTSP command.
FdoCommandType_ActivateTopologyArea  Represents the ActivateTopologyArea command.
FdoCommandType_DeactivateTopologyArea  Represents the DeactivateTopologyArea command.
FdoCommandType_ActivateTopologyInCommandResult  Represents the ActivateTopologyInCommandResult command.
FdoCommandType_DeactivateTopologyInCommandResults  Represents the DeactivateTopologyInCommandResults command.
FdoCommandType_SelectAggregates  Represents the SelectAggregates command.
FdoCommandType_CreateDataStore  Represents the CreateDataStore command.
FdoCommandType_DestroyDataStore  Represents the DestroyDataStore command.
FdoCommandType_ListDataStores  Represents the ListDatastores command.
FdoCommandType_FirstProviderCommand  Represents the index of the first provider specific command.

Definition at line 30 of file CommandType.h.


Comments or suggestions? Send us feedback.