FdoICreateLongTransactionCheckpoint Class Reference

The FdoICreateLongTransactionCheckpoint interface defines the CreateLongTransactionCheckpoint command, which allows the user to create a checkpoint for any long transaction to which the user has the access privileges. More...

#include <ICreateLongTransactionCheckpoint.h>

Inherits FdoICommand.

List of all members.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the CreateLongTransactionCheckpoint command.
virtual FDO_API FdoStringGetCheckpointDescription ()=0
 Gets the description of the checkpoint to be created for the named long transaction.
virtual FDO_API FdoStringGetCheckpointName ()=0
 Gets the name of the checkpoint to be created for the named long transaction.
virtual FDO_API FdoStringGetLongTransactionName ()=0
 Gets the name of the long transaction for which a checkpoint should be created.
virtual FDO_API void SetCheckpointDescription (FdoString *value)=0
 Sets the description of the checkpoint to be created for the named long transaction.
virtual FDO_API void SetCheckpointName (FdoString *value)=0
 Sets the name of the checkpoint to be created for the named long transaction.
virtual FDO_API void SetLongTransactionName (FdoString *value)=0
 Sets the name of the long transaction for which a checkpoint should be created.

Friends

class FdoIConnection

Detailed Description

The FdoICreateLongTransactionCheckpoint interface defines the CreateLongTransactionCheckpoint command, which allows the user to create a checkpoint for any long transaction to which the user has the access privileges.

Definition at line 35 of file ICreateLongTransactionCheckpoint.h.


The documentation for this class was generated from the following file: