int sqlite3_txn_state(sqlite3*,const char *zSchema);
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:[If S is NULL, then the highest transaction state of any schema on database connection D is returned. ] Transaction states are (in order of lowest to highest):