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

FdoIActivateLongTransaction Class Reference

#include <IActivateLongTransaction.h>

Inherits FdoICommand.

Inheritance diagram for FdoIActivateLongTransaction:

[legend]
List of all members.

Detailed Description

The FdoIActivateLongTransaction interface defines the ActivateLongTransaction command, which activates a long transaction where feature manipulation and locking commands operate on it. Input to the activate long transaction command is the long transaction name. The Execute operation activates the identified long transaction if the user has access privileges for it.

Definition at line 38 of file IActivateLongTransaction.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the activate long transaction command. An exception is thrown if the long transaction does not exist or the user does not have access privileges to the long transaction.
virtual FDO_API FdoStringGetName ()=0
 Gets the name of the long transaction to activate as a string.
virtual FDO_API void SetName (FdoString *value)=0
 Sets the name of the long transaction to activate as a string.

Friends

class FdoIConnection

Member Function Documentation

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

Executes the activate long transaction command. An exception is thrown if the long transaction does not exist or the user does not have access privileges to the long transaction.

Returns:
Returns nothing

virtual FDO_API FdoString* FdoIActivateLongTransaction::GetName  )  [pure virtual]
 

Gets the name of the long transaction to activate as a string.

Returns:
Returns the name of the long transaction

virtual FDO_API void FdoIActivateLongTransaction::SetName FdoString value  )  [pure virtual]
 

Sets the name of the long transaction to activate as a string.

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 40 of file IActivateLongTransaction.h.


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