Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
txn_state.html

Index Summary Markup Original


R-58299-29950-41859-14969-07677-61632-11301-17744 tcl slt th3 src

The sqlite3_txn_state(D,S) interface returns the current transaction state of schema S in database connection D.

/* IMP: R-58299-29950 */
# EVIDENCE-OF: R-58299-29950 The sqlite3_txn_state(D,S) interface
# returns the current transaction state of schema S in database
# connection D.

R-39000-44986-06007-27676-18826-64674-54503-26539 tcl slt th3 src

If S is NULL, then the highest transaction state of any schema on database connection D is returned.

/* IMP: R-39000-44986 */
# EVIDENCE-OF: R-39000-44986 If S is NULL, then the highest transaction
# state of any schema on database connection D is returned.

R-11295-25445-59994-09653-28177-15735-56007-21495 tcl slt th3 src

If the S argument to sqlite3_txn_state(D,S) is not the name of a valid schema, then -1 is returned.

/* IMP: R-11295-25445 */
# EVIDENCE-OF: R-11295-25445 If the S argument to sqlite3_txn_state(D,S)
# is not the name of a valid schema, then -1 is returned.