Utility functions / Database utility functions (IMPORT FGL fgldbutl) |
Indicates whether a nested transaction call is started.
db_is_transaction_started() RETURNING result INTEGER
The function returns TRUE if a transaction was started with db_start_transaction(), and was not yet finished with a call to the db_finish_transaction() function.