DB_IS_TRANSACTION_STARTED()

Indicates whether a transaction is started with the transaction management functions.

Syntax

DB_IS_TRANSACTION_STARTED()
  RETURNING result INTEGER

Usage

The function returns TRUE if a transaction was started with DB_START_TRANSACTION().