tcl: Transaction Control Language (TCL)

Description Usage Arguments Functions See Also

Description

Transaction control allows changes in the data via dml or ddl to be batched together in an "all-or-nothing" fashion.

Usage

1
2
3
4
5
6
7
8
9
transact(object, ...)

begin(object, ...)

commit(object, ...)

rollback(object, ...)

in_transaction(object, ...)

Arguments

object

(obj) whose transactions are to be controlled.

...

(arg) passed to underlying functions

Functions

See Also

Other Database Operations: connect(), dml, execute()


tjpalanca/dbtools documentation built on Oct. 7, 2021, 6:43 a.m.