FDO API Reference | Feature Data Objects |
#include <IFeatureCommand.h>
Inherits FdoICommand.
Inherited by FdoIAcquireLock, FdoIBaseSelect, FdoICommitLongTransaction, FdoIDelete, FdoIGetLockInfo, FdoIReleaseLock, FdoIRollbackLongTransaction, and FdoIUpdate.
Inheritance diagram for FdoIFeatureCommand:
Definition at line 41 of file IFeatureCommand.h.
Public Member Functions | |
virtual FDO_API FdoIdentifier * | GetFeatureClassName ()=0 |
Gets the name of the class to be operated upon as an identifier. | |
virtual FDO_API FdoFilter * | GetFilter ()=0 |
Gets the filter as a filter tree. | |
virtual FDO_API void | SetFeatureClassName (FdoString *value)=0 |
Sets the name of the class to be operated upon as an identifier. | |
virtual FDO_API void | SetFeatureClassName (FdoIdentifier *value)=0 |
Sets the name of the class to be operated upon as an identifier. | |
virtual FDO_API void | SetFilter (FdoString *value)=0 |
Sets the filter as a Filter tree. | |
virtual FDO_API void | SetFilter (FdoFilter *value)=0 |
Sets the filter as a Filter tree. | |
Friends | |
class | FdoIConnection |
|
Gets the name of the class to be operated upon as an identifier.
|
|
Gets the filter as a filter tree.
|
|
Sets the name of the class to be operated upon as an identifier.
|
|
Sets the name of the class to be operated upon as an identifier.
|
|
Sets the filter as a Filter tree.
|
|
Sets the filter as a Filter tree.
|
|
Reimplemented from FdoICommand. Reimplemented in FdoIBaseSelect, FdoIDelete, FdoISelect, FdoISelectAggregates, FdoIUpdate, FdoIAcquireLock, FdoIGetLockInfo, FdoICommitLongTransaction, and FdoIRollbackLongTransaction. Definition at line 43 of file IFeatureCommand.h. |
Comments or suggestions? Send us feedback. |