| FDO API Reference | Feature Data Objects |
#include <ISelect.h>
Inherits FdoIBaseSelect.
Inheritance diagram for FdoISelect:

Definition at line 49 of file ISelect.h.
Public Member Functions | |
| virtual FDO_API FdoIFeatureReader * | Execute ()=0 |
| Executes the select command and returns a reference to an FdoIFeatureReader. | |
| virtual FDO_API FdoIFeatureReader * | ExecuteWithLock ()=0 |
| Executes the select command and returns a reference to an IFeatureReader. | |
| virtual FDO_API FdoILockConflictReader * | GetLockConflicts ()=0 |
| 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. | |
| virtual FDO_API FdoLockStrategy | GetLockStrategy ()=0 |
| Gets the FdoLockStrategy value (see "Locking Commands"). | |
| virtual FDO_API FdoLockType | GetLockType ()=0 |
| Gets the FdoLockType value (see "Locking Commands"). | |
| virtual FDO_API void | SetLockStrategy (FdoLockStrategy value)=0 |
| Sets the FdoLockStrategy value (see "Locking Commands"). | |
| virtual FDO_API void | SetLockType (FdoLockType value)=0 |
| Sets the FdoLockType value (see "Locking Commands"). | |
Friends | |
| class | FdoIConnection |
| Comments or suggestions? Send us feedback. |