Searched refs:eTxnType (Results 1 – 1 of 1) sorted by relevance
5126 int eTxnType; in sqlite3BeginTransaction() local5129 eTxnType = 0; /* Read txn */ in sqlite3BeginTransaction()5131 eTxnType = 2; /* Exclusive txn */ in sqlite3BeginTransaction()5133 eTxnType = 1; /* Write txn */ in sqlite3BeginTransaction()5135 sqlite3VdbeAddOp2(v, OP_Transaction, i, eTxnType); in sqlite3BeginTransaction()