FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpointImp Class Reference
[OSGeo::FDO::Commands::LongTransaction]

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpoint.

Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpointImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IRollbackLongTransactionCheckpointImp class is a concrete implementation of IRollbackLongTransactionCheckpoint. The IRollbackLongTransactionCheckpoint interface defines the RollbackLongTransactionCheckpoint command, which allows the user to roll back changes to a named checkpoint for the given long transaction. The user requires the access privilege on the long transaction for which the user tries to perform the operation.

()

Definition at line 37 of file mgIRollbackLTCheckpointImp.h.


Public Member Functions

System::Void Execute ()
 Executes the RollbackLongTransactionCheckpoint command.
__property System::String * get_CheckpointName ()
 Gets the name of the checkpoint to which the rollback operation should be executed.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction for which a checkpoint should be rolled back.
__property System::Void set_CheckpointName (System::String *value)
 Sets the name of the checkpoint to which the rollback operation should be executed.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which a checkpoint should be rolled back.

Comments or suggestions? Send us feedback.