Description

Operations on McDBLib/McODBE/POET objects are done in a transactable (tentative pending resolution) manner. This functionality is achieved by performing object operations within a transaction context (McDBTransaction). The McDBTransactions collection represents all transactions that McDBLib is aware of (has issued).

Object Model

Members

Methods
Add

This method creates a new transaction object, adds it to the McDBTransactions collection, and returns the new instance.


Properties
ActiveTransactionRead-write property

The McDBTransactions collection encapsulates all transactions managed by the database engine, only one of which may be active at a time (i.e. encapsulating the valid, existing object(s)). This property will read or set this value.

CountRead-only property

The number of McDBTransaction instances in this McDBTransactions collection.

ItemRead-only property

Return a particular McDBTransaction instance from this collection.