FDO API Reference Feature Data Objects

ISelectImp Class Reference

List of all members.

Detailed Description

The FdoISelect interface defines the Select command, which queries for features of a given class that match the specified criteria. Input to the select command includes the name of the class, the list of properties to be returned, and a filter. All but the class name is optional. If the list of properties to be returned is empty then all properties are returned. The filter may be specified either as text or as an expression tree (most likely produced by a query builder). The result of executing a select command is an FdoIFeatureReader reference (see "Reading Features"). If the feature provider supports locking, then the select command can optionally lock all of the features selected, via the ExecuteWithLock method (see "Locking Commands" for more information on locking features).


Public Member Functions

NAMESPACE_OSGEO_FDO_COMMANDS_FEATURE::IFeatureReaderExecute ()
 Executes the select command and returns a reference to an FdoIFeatureReader.
NAMESPACE_OSGEO_FDO_COMMANDS_FEATURE::IFeatureReaderExecuteWithLock ()
 Executes the select command and returns a reference to an IFeatureReader.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::ILockConflictReaderget_LockConflicts ()
 When executing the operation ExecuteWithLock lock conflicts may occur. Those lock conflicts are reported. The function GetLockConflicts returns a lock conflict reader providing access to the list of lock conflicts that occurred during the execution of the operation.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockStrategy get_LockStrategy ()
 Gets the FdoLockStrategy value (see "Locking Commands").
__property NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockType get_LockType ()
 Gets the FdoLockType value (see "Locking Commands").
__property System::Void set_LockStrategy (NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockStrategy value)
 Sets the FdoLockStrategy value (see "Locking Commands").
__property System::Void set_LockType (NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockType value)
 Sets the FdoLockType value (see "Locking Commands").

Comments or suggestions? Send us feedback.