FDO API Reference | Feature Data Objects |
#include <IRollbackLongTransactionCheckpoint.h>
Inherits FdoICommand.
Inheritance diagram for FdoIRollbackLongTransactionCheckpoint:
Definition at line 36 of file IRollbackLongTransactionCheckpoint.h.
Public Member Functions | |
virtual FDO_API void | Execute ()=0 |
Executes the RollbackLongTransactionCheckpoint command. | |
virtual FDO_API FdoString * | GetCheckpointName ()=0 |
Gets the name of the checkpoint to which the rollback operation should be executed. | |
virtual FDO_API FdoString * | GetLongTransactionName ()=0 |
Gets the name of the long transaction for which a checkpoint should be rolled back. | |
virtual FDO_API void | SetCheckpointName (FdoString *value)=0 |
Sets the name of the checkpoint to which the rollback operation should be executed. | |
virtual FDO_API void | SetLongTransactionName (FdoString *value)=0 |
Sets the name of the long transaction for which a checkpoint should be rolled back. | |
Friends | |
class | FdoIConnection |
|
Executes the RollbackLongTransactionCheckpoint command.
|
|
Gets the name of the checkpoint to which the rollback operation should be executed.
|
|
Gets the name of the long transaction for which a checkpoint should be rolled back.
|
|
Sets the name of the checkpoint to which the rollback operation should be executed.
|
|
Sets the name of the long transaction for which a checkpoint should be rolled back.
|
|
Reimplemented from FdoICommand. Definition at line 38 of file IRollbackLongTransactionCheckpoint.h. |
Comments or suggestions? Send us feedback. |