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 |
|
Executes the CreateLongTransactionCheckpoint command.
|
|
Gets the description of the checkpoint to be created for the named long transaction.
|
|
Gets the name of the checkpoint to be created for the named long transaction.
|
|
Gets the name of the long transaction for which a checkpoint should be created.
|
|
Sets the description of the checkpoint to be created for the named long transaction.
|
|
Sets the name of the checkpoint to be created for the named long transaction.
|
|
Sets the name of the long transaction for which a checkpoint should be created.
|
|
Reimplemented from FdoICommand. Definition at line 37 of file ICreateLongTransactionCheckpoint.h. |
Comments or suggestions? Send us feedback. |