OSGeo::FDO::Connections::ITransactionImp Class Reference
[OSGeo::FDO::Connections]

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

Inheritance graph
[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::IConnection
get_Connection ()
 Gets the IConnection object associated with the transaction.
System::Void Rollback ()
 Rolls back a transaction from a pending state.