Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23416 typedef unsigned bft; /* Bit Field Type */ typedef
23504 bft expired:2; /* 1: recompile VM immediately 2: when convenient */
23505 bft explain:2; /* 0: normal, 1: EXPLAIN, 2: EXPLAIN QUERY PLAN */
23506 bft changeCntOn:1; /* True to update the change-counter */
23507 bft usesStmtJournal:1; /* True if uses a statement journal */
23508 bft readOnly:1; /* True for statements that do not write */
23509 bft bIsReader:1; /* True for statements that read */
23510 bft haveEqpOps:1; /* Bytecode supports EXPLAIN QUERY PLAN */