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

FdoIGetLongTransactionPrivileges Class Reference

#include <IGetLongTransactionPrivileges.h>

Inherits FdoICommand.

Inheritance diagram for FdoIGetLongTransactionPrivileges:

[legend]
List of all members.

Detailed Description

The FdoIGetLongTransactionPrivileges interface defines the GetLongTransactionPrivileges command, which allows the user to enumerate the privileges of a long transaction established for each user. The ability to successfully execute the command might be restricted by the datastore security if the long transaction doesn’t belong to the user executing the command.

Definition at line 37 of file IGetLongTransactionPrivileges.h.


Public Member Functions

virtual FDO_API FdoILongTransactionPrivilegeReaderExecute ()=0
 Executes the GetLongTransactionPrivileges command, returning a reference to an FdoILongTransactionPrivilegeReader.
virtual FDO_API FdoStringGetLongTransactionName ()=0
 Gets the name of the long transaction for which privileges should be enumerated.
virtual FDO_API void SetLongTransactionName (FdoString *value)=0
 Sets the name of the long transaction for which privileges should be enumerated.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API FdoILongTransactionPrivilegeReader* FdoIGetLongTransactionPrivileges::Execute  )  [pure virtual]
 

Executes the GetLongTransactionPrivileges command, returning a reference to an FdoILongTransactionPrivilegeReader.

Returns:
Returns the long transaction privilege reader.

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

Gets the name of the long transaction for which privileges should be enumerated.

Returns:
Returns the long transaction name

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

Sets the name of the long transaction for which privileges should be enumerated.

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

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 39 of file IGetLongTransactionPrivileges.h.


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