FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIGetLockInfo Class Reference

#include <IGetLockInfo.h>

Inherits FdoIFeatureCommand.

Inheritance diagram for FdoIGetLockInfo:

[legend]
List of all members.

Detailed Description

The FdoIGetLockInfo interface defines the GetLockInfo command, which gets a lock information for the feature instances of a given class that match the specified filter. If the filter is empty, all feature instances of the given class are selected.

Definition at line 35 of file IGetLockInfo.h.


Public Member Functions

virtual FDO_API FdoILockedObjectReaderExecute ()=0
 Executes the GetLockInfo command, returning an FdoILockedObjectReader.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API FdoILockedObjectReader* FdoIGetLockInfo::Execute  )  [pure virtual]
 

Executes the GetLockInfo command, returning an FdoILockedObjectReader.

Returns:
Returns a locked object reader.

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoIFeatureCommand.

Definition at line 37 of file IGetLockInfo.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.