FDO API Reference Feature Data Objects

FdoIGetLongTransactionCheckpoints Class Reference

#include <IGetLongTransactionCheckpoints.h>

Inherits FdoICommand.

Inheritance diagram for FdoIGetLongTransactionCheckpoints:

Inheritance graph
[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

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