FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

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. More...

Enumeration Type Documentation

enum FdoCommandType
 

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

Enumeration values:
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.