FDO API Reference Feature Data Objects

mgIAcquireLock.h File Reference

Include dependency graph for mgIAcquireLock.h:

This graph shows which files directly or indirectly include this file:


Functions

NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::ILockConflictReaderExecute ()
 Executes the AcquireLock command, returning an FdoILockConflictReader.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockStrategy get_LockStrategy ()
 Gets the FdoLockStrategy value.
__property System::Void set_LockStrategy (NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockStrategy value)
 Sets the FdoLockStrategy value (all or partial).
__property System::Void set_LockType (NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::LockType value)
 Sets the FdoLockType value.

Variables

public __gc __interface IAcquireLock
 The FdoIAcquireLock interface locks feature instances of a given class that match the specified criteria. Input to the acquire lock command includes the name of the class, the lock type, the lock strategy, and filter criteria by which to identify the instances to be locked. The filter may be specified either as text or as an expression tree (most likely produced by a query builder). The lock type value is one of.
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING
public __gc __interface 
ILockConflictReader

Comments or suggestions? Send us feedback.