TransactionBase (open)

A lowlevel transaction can be used for full low-level access to a database. Primarily used for transparent access to other databases.

Syntax

LOADLIB "wh::dbase/transaction.whlib";

OBJECTTYPE TransactionBase

Variables

Properties

  • PROPERTY id (inherited from BuiltinTransactionBase)

    Transaction id for this transaction (may be 0)

  • PROPERTY type (inherited from BuiltinTransactionBase)

    Type of this transaction (STRING, for example 'postgresql', 'ldap', 'wrd')

Functions