Command Capabilities
The list of command class names is shown in the first table. For descriptions of what the commands do, see the API reference documentation. The command attributes are shown in the second table. For descriptions of what the attributes mean, see entry for the FdoICommandCapabilities class in the API reference documentation. “Y” means the command or attribute is supported in that particular provider.
Command Class Name | ArcSDE | MySQL | ODBC | SDF | SHP | WFS | WMS |
---|---|---|---|---|---|---|---|
FdoISelect | Y | Y | Y | Y | Y | Y | |
FdoISelectAggregates | Y | Y | Y | Y | Y | Y | |
FdoIInsert | Y | Y | Y | Y | Y | ||
FdoIDelete | Y | Y | Y | Y | Y | ||
FdoIUpdate | Y | Y | Y | Y | Y | ||
FdoIDescribeSchema | Y | Y | Y | Y | Y | Y | Y |
FdoIDescribeSchemaMapping | Y | Y | Y | ||||
FdoIApplySchema | Y | Y | Y | ||||
FdoIDestroySchema | Y | Y | |||||
FdoIActivateSpatialContext | Y | Y | Y | ||||
FdoICreateSpatialContext | Y | Y | Y | ||||
FdoIDestroySpatialContext | Y | Y | |||||
FdoIGetSpatialContexts | Y | Y | Y | Y | Y | Y | Y |
FdoICreateDataStore | Y | Y | |||||
FdoIDestroyDataStore | Y | Y | |||||
FdoIListDataStores | Y | ||||||
FdoICreateSDFFile | Y | ||||||
FdoISQLCommand | Y | Y | Y | ||||
FdoIAcquireLock | Y | ||||||
FdoIGetLockInfo | Y | ||||||
FdoIGetLockedObjects | Y | ||||||
FdoIGetLockOwners | Y | ||||||
FdoIReleaseLock | Y | ||||||
FdoIActivateLongTransaction | Y | ||||||
FdoICommitLongTransaction | Y | ||||||
FdoICreateLongTransaction | Y | ||||||
FdoIDeactivateLongTransaction | Y | ||||||
FdoIFreezeLongTransaction | |||||||
FdoIGetLongTransactions | Y | ||||||
FdoIRollbackLongTransaction | Y | ||||||
FdoICreateSpatialIndex | Y | ||||||
FdoIDestroySpatialIndex | Y | ||||||
FdoIGetSpatialIndexes | Y |
NoteThe
capability to create and destroy a data store is associated with
the capability to create and destroy a feature schema. To create
a data store you specify values for data store properties. For more
information about these properties are discussed in Data Store Management API.
Attribute | ArcSDE | MySQL | ODBC | SDF | SHP | WFS | WMS |
---|---|---|---|---|---|---|---|
Parameters | Y | ||||||
Timeout | |||||||
SelectExpressions | Y | Y | Y | Y | |||
SelectFunctions | Y | Y | Y | Y | Y | ||
SelectDistinct | Y | Y | Y | Y | Y | ||
SelectOrdering | Y | Y | Y | Y | |||
SelectGrouping | Y | Y |