Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c15272 typedef unsigned bft; /* Bit Field Type */ typedef
20276 bft colNamesSet :1; /* TRUE after OP_ColumnName has been issued to pVdbe */
20277 bft bHasWith :1; /* True if statement contains WITH */
20278 bft okConstFactor :1; /* OK to factor out constants */
20279 bft checkSchema :1; /* Causes schema cookie check after an error */
24084 bft expired:2; /* 1: recompile VM immediately 2: when convenient */
24085 bft explain:2; /* 0: normal, 1: EXPLAIN, 2: EXPLAIN QUERY PLAN */
24086 bft changeCntOn:1; /* True to update the change-counter */
24087 bft usesStmtJournal:1; /* True if uses a statement journal */
24088 bft readOnly:1; /* True for statements that do not write */
[all …]