| FDO API Reference | Feature Data Objects |
#include <ICreateLongTransactionCheckpoint.h>
Inherits FdoICommand.
Inheritance diagram for FdoICreateLongTransactionCheckpoint:

Definition at line 35 of file ICreateLongTransactionCheckpoint.h.
Public Member Functions | |
| virtual FDO_API void | Execute ()=0 |
| Executes the CreateLongTransactionCheckpoint command. | |
| virtual FDO_API FdoString * | GetCheckpointDescription ()=0 |
| Gets the description of the checkpoint to be created for the named long transaction. | |
| virtual FDO_API FdoString * | GetCheckpointName ()=0 |
| Gets the name of the checkpoint to be created for the named long transaction. | |
| virtual FDO_API FdoString * | GetLongTransactionName ()=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 |
| Comments or suggestions? Send us feedback. |