Home
last modified time | relevance | path

Searched refs:eTxnType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c131793 int eTxnType; local
131796 eTxnType = 0; /* Read txn */
131798 eTxnType = 2; /* Exclusive txn */
131800 eTxnType = 1; /* Write txn */
131802 sqlite3VdbeAddOp2(v, OP_Transaction, i, eTxnType);