db_abort_transaction (public)

 db_abort_transaction [ -dbn dbn ]

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

Aborts all levels of a transaction. That is if this is called within several nested transactions, all of them are terminated. Use this instead of db_dml "abort" "abort transaction".

Switches:
-dbn (optional)
The database name to use. If empty_string, uses the default database.

Testcases:
db__transaction
[ show source ]
Show another procedure: