FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoICreateLongTransactionCheckpoint Class Reference

#include <ICreateLongTransactionCheckpoint.h>

Inherits FdoICommand.

Inheritance diagram for FdoICreateLongTransactionCheckpoint:

[legend]
List of all members.

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.


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

Member Function Documentation

virtual FDO_API void FdoICreateLongTransactionCheckpoint::Execute  )  [pure virtual]
 

Executes the CreateLongTransactionCheckpoint command.

Returns:
Returns nothing

virtual FDO_API FdoString* FdoICreateLongTransactionCheckpoint::GetCheckpointDescription  )  [pure virtual]
 

Gets the description of the checkpoint to be created for the named long transaction.

Returns:
Returns the description of the checkpoint

virtual FDO_API FdoString* FdoICreateLongTransactionCheckpoint::GetCheckpointName  )  [pure virtual]
 

Gets the name of the checkpoint to be created for the named long transaction.

Returns:
Returns the checkpoint name

virtual FDO_API FdoString* FdoICreateLongTransactionCheckpoint::GetLongTransactionName  )  [pure virtual]
 

Gets the name of the long transaction for which a checkpoint should be created.

Returns:
Returns the long transaction name

virtual FDO_API void FdoICreateLongTransactionCheckpoint::SetCheckpointDescription FdoString value  )  [pure virtual]
 

Sets the description of the checkpoint to be created for the named long transaction.

Parameters:
value Input the description of the checkpoint
Returns:
Returns nothing

virtual FDO_API void FdoICreateLongTransactionCheckpoint::SetCheckpointName FdoString value  )  [pure virtual]
 

Sets the name of the checkpoint to be created for the named long transaction.

Parameters:
value Input the checkpoint name
Returns:
Returns nothing

virtual FDO_API void FdoICreateLongTransactionCheckpoint::SetLongTransactionName FdoString value  )  [pure virtual]
 

Sets the name of the long transaction for which a checkpoint should be created.

Parameters:
value Input the name of the long transaction
Returns:
Returns nothing

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 37 of file ICreateLongTransactionCheckpoint.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.