Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DvdbeInt.h386 typedef unsigned bft; /* Bit Field Type */ typedef
464 bft expired:2; /* 1: recompile VM immediately 2: when convenient */
465 bft explain:2; /* True if EXPLAIN present on SQL command */
466 bft changeCntOn:1; /* True to update the change-counter */
467 bft usesStmtJournal:1; /* True if uses a statement journal */
468 bft readOnly:1; /* True for statements that do not write */
469 bft bIsReader:1; /* True for statements that read */