FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgCommandType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands

Enumerations

enum  CommandType {
  CommandType_Select = FdoCommandType_Select,
  CommandType_Insert = FdoCommandType_Insert,
  CommandType_Delete = FdoCommandType_Delete,
  CommandType_Update = FdoCommandType_Update,
  CommandType_DescribeSchema = FdoCommandType_DescribeSchema,
  CommandType_DescribeSchemaMapping = FdoCommandType_DescribeSchemaMapping,
  CommandType_ApplySchema = FdoCommandType_ApplySchema,
  CommandType_DestroySchema = FdoCommandType_DestroySchema,
  CommandType_ActivateSpatialContext = FdoCommandType_ActivateSpatialContext,
  CommandType_CreateSpatialContext = FdoCommandType_CreateSpatialContext,
  CommandType_DestroySpatialContext = FdoCommandType_DestroySpatialContext,
  CommandType_GetSpatialContexts = FdoCommandType_GetSpatialContexts,
  CommandType_CreateMeasureUnit = FdoCommandType_CreateMeasureUnit,
  CommandType_DestroyMeasureUnit = FdoCommandType_DestroyMeasureUnit,
  CommandType_GetMeasureUnits = FdoCommandType_GetMeasureUnits,
  CommandType_SQLCommand = FdoCommandType_SQLCommand,
  CommandType_AcquireLock = FdoCommandType_AcquireLock,
  CommandType_GetLockInfo = FdoCommandType_GetLockInfo,
  CommandType_GetLockedObjects = FdoCommandType_GetLockedObjects,
  CommandType_GetLockOwners = FdoCommandType_GetLockOwners,
  CommandType_ReleaseLock = FdoCommandType_ReleaseLock,
  CommandType_ActivateLongTransaction = FdoCommandType_ActivateLongTransaction,
  CommandType_DeactivateLongTransaction = FdoCommandType_DeactivateLongTransaction,
  CommandType_CommitLongTransaction = FdoCommandType_CommitLongTransaction,
  CommandType_CreateLongTransaction = FdoCommandType_CreateLongTransaction,
  CommandType_GetLongTransactions = FdoCommandType_GetLongTransactions,
  CommandType_FreezeLongTransaction = FdoCommandType_FreezeLongTransaction,
  CommandType_RollbackLongTransaction = FdoCommandType_RollbackLongTransaction,
  CommandType_ActivateLongTransactionCheckpoint = FdoCommandType_ActivateLongTransactionCheckpoint,
  CommandType_CreateLongTransactionCheckpoint = FdoCommandType_CreateLongTransactionCheckpoint,
  CommandType_GetLongTransactionCheckpoints = FdoCommandType_GetLongTransactionCheckpoints,
  CommandType_RollbackLongTransactionCheckpoint = FdoCommandType_RollbackLongTransactionCheckpoint,
  CommandType_ChangeLongTransactionPrivileges = FdoCommandType_ChangeLongTransactionPrivileges,
  CommandType_GetLongTransactionPrivileges = FdoCommandType_GetLongTransactionPrivileges,
  CommandType_ChangeLongTransactionSet = FdoCommandType_ChangeLongTransactionSet,
  CommandType_GetLongTransactionsInSet = FdoCommandType_GetLongTransactionsInSet,
  CommandType_NetworkShortestPath = FdoCommandType_NetworkShortestPath,
  CommandType_NetworkAllPaths = FdoCommandType_NetworkAllPaths,
  CommandType_NetworkReachingNodes = FdoCommandType_NetworkReachingNodes,
  CommandType_NetworkReachableNodes = FdoCommandType_NetworkReachableNodes,
  CommandType_NetworkNearestNeighbors = FdoCommandType_NetworkNearestNeighbors,
  CommandType_NetworkWithinCost = FdoCommandType_NetworkWithinCost,
  CommandType_NetworkTSP = FdoCommandType_NetworkTSP,
  CommandType_ActivateTopologyArea = FdoCommandType_ActivateTopologyArea,
  CommandType_DeactivateTopologyArea = FdoCommandType_DeactivateTopologyArea,
  CommandType_ActivateTopologyInCommandResult = FdoCommandType_ActivateTopologyInCommandResult,
  CommandType_DeactivateTopologyInCommandResults = FdoCommandType_DeactivateTopologyInCommandResults,
  CommandType_SelectAggregates = FdoCommandType_SelectAggregates,
  CommandType_CreateDataStore = FdoCommandType_CreateDataStore,
  CommandType_DestroyDataStore = FdoCommandType_DestroyDataStore,
  CommandType_ListDataStores = FdoCommandType_ListDataStores,
  CommandType_FirstProviderCommand = FdoCommandType_FirstProviderCommand
}
 The CommandType enumeration defines the list of abstract commands a feature provider can support. More...

Enumeration Type Documentation

enum CommandType
 

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

Enumeration values:
CommandType_Select  Represents the Select command.
CommandType_Insert  Represents the Insert command.
CommandType_Delete  Represents the Delete command.
CommandType_Update  Represents the Update command.
CommandType_DescribeSchema  Represents the DescribeSchema command.
CommandType_DescribeSchemaMapping  Represents the DescribeSchemaMapping command.
CommandType_ApplySchema  Represents the ApplySchema command.
CommandType_DestroySchema  Represents the DestroySchema command.
CommandType_ActivateSpatialContext  Represents the ActivateSpatialContext command.
CommandType_CreateSpatialContext  Represents the CreateSpatialContext command.
CommandType_DestroySpatialContext  Represents the DestroySpatialContext command.
CommandType_GetSpatialContexts  Represents the GetSpatialContexts command.
CommandType_CreateMeasureUnit  Represents the CreateMeasureUnit command.
CommandType_DestroyMeasureUnit  Represents the DestroyMeasureUnit command.
CommandType_GetMeasureUnits  Represents the GetMeasureUnits command.
CommandType_SQLCommand  Represents the SQLCommand command.
CommandType_AcquireLock  Represents the AcquireLock command.
CommandType_GetLockInfo  Represents the GetLockInfo command.
CommandType_GetLockedObjects  Represents the GetLockedObjects command.
CommandType_GetLockOwners  Represents the GetLockOwners command.
CommandType_ReleaseLock  Represents the ReleaseLock command.
CommandType_ActivateLongTransaction  Represents the ActivateLongTransaction command.
CommandType_DeactivateLongTransaction  Represents the DeactivateLongTransaction command.
CommandType_CommitLongTransaction  Represents the CommitLongTransaction command.
CommandType_CreateLongTransaction  Represents the CreateLongTransaction command.
CommandType_GetLongTransactions  Represents the GetLongTransactions command.
CommandType_FreezeLongTransaction  Represents the FreezeLongTransaction command.
CommandType_RollbackLongTransaction  Represents the RollbackLongTransaction command.
CommandType_ActivateLongTransactionCheckpoint  Represents the ActivateLongTransactionCheckpoint command.
CommandType_CreateLongTransactionCheckpoint  Represents the CreateLongTransactionCheckpoint command.
CommandType_GetLongTransactionCheckpoints  Represents the GetLongTransactionCheckpoints command.
CommandType_RollbackLongTransactionCheckpoint  Represents the RollbackLongTransactionCheckpoint command.
CommandType_ChangeLongTransactionPrivileges  Represents the ChangeLongTransactionPrivileges command.
CommandType_GetLongTransactionPrivileges  Represents the GetLongTransactionPrivileges command.
CommandType_ChangeLongTransactionSet  Represents the ChangeLongTransactionSet command.
CommandType_GetLongTransactionsInSet  Represents the GetLongTransactionsInSet command.
CommandType_NetworkShortestPath  Represents the NetworkShortestPath command.
CommandType_NetworkAllPaths  Represents the NetworkAllPaths command.
CommandType_NetworkReachingNodes  Represents the NetworkReachingNodes command.
CommandType_NetworkReachableNodes  Represents the NetworkReachableNodes command.
CommandType_NetworkNearestNeighbors  Represents the NetworkNearestNeighbors command.
CommandType_NetworkWithinCost  Represents the NetworkWithinCost command.
CommandType_NetworkTSP  Represents the NetworkTSP command.
CommandType_ActivateTopologyArea  Represents the ActivateTopologyArea command.
CommandType_DeactivateTopologyArea  Represents the DeactivateTopologyArea command.
CommandType_ActivateTopologyInCommandResult  Represents the ActivateTopologyInCommandResult command.
CommandType_DeactivateTopologyInCommandResults  Represents the DeactivateTopologyInCommandResults command.
CommandType_SelectAggregates  Represents the SelectAggregate command.
CommandType_CreateDataStore  Represents the CreateDataStore command.
CommandType_DestroyDataStore  Represents the DestroyDataStore command.
CommandType_ListDataStores  Represents the ListDataStores command.
CommandType_FirstProviderCommand  Represents the index of the first provider specific command.

Comments or suggestions? Send us feedback.