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

FdoIGetLongTransactionCheckpoints Class Reference

#include <IGetLongTransactionCheckpoints.h>

Inherits FdoICommand.

Inheritance diagram for FdoIGetLongTransactionCheckpoints:

[legend]
List of all members.

Detailed Description

The FdoIGetLongTransactionCheckpoints interface defines the GetLongTransactionCheckpoints command, which allows the user to enumerate the checkpoints for a given long transaction. To execute the operation, the user must have access privilege to the long transaction.

Definition at line 37 of file IGetLongTransactionCheckpoints.h.


Public Member Functions

virtual FDO_API FdoILongTransactionCheckpointReaderExecute ()=0
 Executes the get long transaction checkpoints command, returning a reference to an FdoILongTransactionCheckpointReader.
virtual FDO_API FdoStringGetLongTransactionName ()=0
 Gets the name of the long transaction for which to get the checkpoints.
virtual FDO_API void SetLongTransactionName (FdoString *value)=0
 Sets the name of the long transaction for which to get the checkpoints.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API FdoILongTransactionCheckpointReader* FdoIGetLongTransactionCheckpoints::Execute  )  [pure virtual]
 

Executes the get long transaction checkpoints command, returning a reference to an FdoILongTransactionCheckpointReader.

Returns:
Returns nothing

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

Gets the name of the long transaction for which to get the checkpoints.

Returns:
Returns nothing

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

Sets the name of the long transaction for which to get the checkpoints.

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 39 of file IGetLongTransactionCheckpoints.h.


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