aa_in_rollback_block_p (private)

 aa_in_rollback_block_p

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Return 1 if we are in a block of code that is to be rolled back in the db and 0 otherwise.

Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 aa_log_result aa_log_result (public) aa_in_rollback_block_p aa_in_rollback_block_p aa_log_result->aa_in_rollback_block_p

Testcases:
No testcase defined.
Source code:
    global aa_in_rollback_block_p
    if { [info exists aa_in_rollback_block_p] } {
        return $aa_in_rollback_block_p
    } else {
        return 0
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: