Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::Feature |
namespace | OSGeo::FDO::Commands::Locking |
Functions | |
OSGeo::FDO::Commands::Feature::IFeatureReader * | OSGeo::FDO::Commands::Feature::Execute () |
Executes the insert command and returns a reference to an IFeatureReader. Some feature providers can generate automatic identity values for features. This will happen automatically as the features are inserted. The returned IFeatureReader allows the client to obtain the automatic identity property value(s) of newly inserted object(s). The returned feature reader at a minimum will read the unique identity properties of the objects just inserted. Multiple objects will be returned through the reader in the case of a batch insert. | |
OSGeo::FDO::Commands::Feature::IFeatureReader * | OSGeo::FDO::Commands::Feature::ExecuteWithLock () |
Executes the select command and returns a reference to an IFeatureReader. | |
__property OSGeo::FDO::Commands::Locking::ILockConflictReader * | OSGeo::FDO::Commands::Feature::get_LockConflicts () |
Deleting objects might result in lock conflicts if objects to be deleted are not exclusively locked for the user attempting to delete the object. A lock conflict report is generated. This function returns a lock conflict reader that provides access to the list of lock conflicts that occurred during the execution of the delete operation. | |
__property OSGeo::FDO::Commands::Locking::LockStrategy | OSGeo::FDO::Commands::Feature::get_LockStrategy () |
Gets the LockStrategy value (see "Locking Commands"). | |
__property System::Void | OSGeo::FDO::Commands::Feature::set_LockStrategy (OSGeo::FDO::Commands::Locking::LockStrategy value) |
Sets the LockStrategy value (see "Locking Commands"). | |
__property System::Void | OSGeo::FDO::Commands::Feature::set_LockType (OSGeo::FDO::Commands::Locking::LockType value) |
Sets the LockType value (see "Locking Commands"). | |
Variables | |
public __gc __interface | OSGeo::FDO::Commands::Feature::ISelect |