FDO API Reference Feature Data Objects

CommandType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoCommandType {
  FdoCommandType_Select, FdoCommandType_Insert, FdoCommandType_Delete, FdoCommandType_Update,
  FdoCommandType_DescribeSchema, FdoCommandType_DescribeSchemaMapping, FdoCommandType_ApplySchema, FdoCommandType_DestroySchema,
  FdoCommandType_ActivateSpatialContext, FdoCommandType_CreateSpatialContext, FdoCommandType_DestroySpatialContext, FdoCommandType_GetSpatialContexts,
  FdoCommandType_CreateMeasureUnit, FdoCommandType_DestroyMeasureUnit, FdoCommandType_GetMeasureUnits, FdoCommandType_SQLCommand,
  FdoCommandType_AcquireLock, FdoCommandType_GetLockInfo, FdoCommandType_GetLockedObjects, FdoCommandType_GetLockOwners,
  FdoCommandType_ReleaseLock, FdoCommandType_ActivateLongTransaction, FdoCommandType_DeactivateLongTransaction, FdoCommandType_CommitLongTransaction,
  FdoCommandType_CreateLongTransaction, FdoCommandType_GetLongTransactions, FdoCommandType_FreezeLongTransaction, FdoCommandType_RollbackLongTransaction,
  FdoCommandType_ActivateLongTransactionCheckpoint, FdoCommandType_CreateLongTransactionCheckpoint, FdoCommandType_GetLongTransactionCheckpoints, FdoCommandType_RollbackLongTransactionCheckpoint,
  FdoCommandType_ChangeLongTransactionPrivileges, FdoCommandType_GetLongTransactionPrivileges, FdoCommandType_ChangeLongTransactionSet, FdoCommandType_GetLongTransactionsInSet,
  FdoCommandType_NetworkShortestPath, FdoCommandType_NetworkAllPaths, FdoCommandType_NetworkReachableNodes, FdoCommandType_NetworkReachingNodes,
  FdoCommandType_NetworkNearestNeighbors, FdoCommandType_NetworkWithinCost, FdoCommandType_NetworkTSP, FdoCommandType_ActivateTopologyArea,
  FdoCommandType_DeactivateTopologyArea, FdoCommandType_ActivateTopologyInCommandResult, FdoCommandType_DeactivateTopologyInCommandResults, FdoCommandType_SelectAggregates,
  FdoCommandType_CreateDataStore, FdoCommandType_DestroyDataStore, FdoCommandType_ListDataStores, FdoCommandType_FirstProviderCommand
}
 The FdoCommandType enumeration defines the list of abstract commands a feature provider can support.
Parameters:
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_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_FirstProviderCommand Represents the index of the first provider specific command.
FdoCommandType_SelectAggregates Represents the SelectAggregate command.
(See Description note) .
More...

Comments or suggestions? Send us feedback.