FDO API Reference | Feature Data Objects |
#include <IRollbackLongTransaction.h>
Inherits FdoIFeatureCommand.
Inheritance diagram for FdoIRollbackLongTransaction:
Definition at line 45 of file IRollbackLongTransaction.h.
Public Member Functions | |
virtual FDO_API void | Execute ()=0 |
Executes the RollbackLongTransaction command. | |
virtual FDO_API FdoILockConflictReader * | GetLockConflictReader ()=0 |
Gets a reference to the lock conflict reader. | |
virtual FDO_API FdoString * | GetName ()=0 |
Gets the name of the long transaction to roll back as a string. | |
virtual FDO_API void | SetName (FdoString *value)=0 |
Sets the name of the long transaction to roll back as a string. | |
Friends | |
class | FdoIConnection |
|
Executes the RollbackLongTransaction command.
|
|
Gets a reference to the lock conflict reader.
|
|
Gets the name of the long transaction to roll back as a string.
|
|
Sets the name of the long transaction to roll back as a string.
|
|
Reimplemented from FdoIFeatureCommand. Definition at line 47 of file IRollbackLongTransaction.h. |
Comments or suggestions? Send us feedback. |