Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

15.4.11 List of HiRDBTransaction members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Properties
(4) Methods

(1) Constructor

HiRDBTransaction

(2) Inheritance classes

MarshalByRefObject, IDbTransaction, IDisposable

(3) Properties

Member Function
Connection Acquires the HiRDBConnection object used to associate a transaction.
IsCompleted Acquires a value indicating whether or not the transaction is completed.
IsolationLevel Specifies this transaction's IsolationLevel.

(4) Methods

Member Function
Commit Commits a database transaction.
Rollback Rolls back a database transaction from the hold status.