nstcl  >  Documentation  >  nstcl-database  >  db_abort_transaction

Tcl Powered!

db_abort_transaction

NAME

db_abort_transaction — Abort a database transaction

SYNOPSIS

package require nstcl-database ?1.0?
package require nstcl ?1.0?

::nstcl::db_abort_transaction

DESCRIPTION

Aborts a db_transaction. Note that an on_error code block can still call db_continue_transaction.

It is en error to call this command outside of a transaction.

KEYWORDS

database, nstcl