Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c5126 int eTxnType; in sqlite3BeginTransaction() local
5129 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()