ActiveTransaction Members

BerkeleyDB

The ActiveTransaction type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Begun
The current log sequence number when the transaction was begun.
BufferCopiesInCache
The number of MVCC buffer copies created by this transaction that remain in cache.
GlobalID
If the transaction is a prepare transaction, the transaction's Global ID. Otherwise, the GlobalID contents are undefined.
ID
The transaction ID of the transaction.
Name
If a name was specified for the transaction, up to the first 50 bytes of that name.
ParentID
The transaction ID of the parent transaction (or 0, if no parent).
ProcessID
The process ID of the originator of the transaction.
SnapshotReads
The log sequence number of reads for snapshot transactions.
Status
Status of the transaction.
ThreadID
The thread of control ID of the originator of the transaction.

See Also