FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Connections::ITransactionImp Class Reference

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Connections::OSGeo::FDO::Connections::ITransaction.

Inheritance diagram for OSGeo::FDO::Connections::ITransactionImp:

[legend]
List of all members.

Detailed Description

The ITransaction interface represents a transaction to be performed in a DataStore, and is implemented by feature providers that support transactions.


Public Member Functions

System::Void Commit ()
 Commits the transaction.
__property OSGeo::FDO::Connections::IConnectionget_Connection ()
 Gets the IConnection object associated with the transaction.
System::Void Rollback ()
 Rolls back a transaction from a pending state.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Member Function Documentation

System::Void OSGeo::FDO::Connections::ITransactionImp::Commit  ) 
 

Commits the transaction.

Returns:
Returns nothing

__property OSGeo ::FDO ::Connections ::IConnection* OSGeo::FDO::Connections::ITransactionImp::get_Connection  ) 
 

Gets the IConnection object associated with the transaction.

Returns:
Returns IConnection object

System::Void OSGeo::FDO::Connections::ITransactionImp::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.

System::Void OSGeo::FDO::Connections::ITransactionImp::Rollback  ) 
 

Rolls back a transaction from a pending state.

Returns:
Returns nothing

Comments or suggestions? Send us feedback.