#include <IRollbackLongTransactionCheckpoint.h>
Inherits FdoICommand.
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 |
Definition at line 36 of file IRollbackLongTransactionCheckpoint.h.