Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c14799 typedef unsigned bft; /* Bit Field Type */ typedef
14846 bft explain:2; /* True if EXPLAIN present on SQL command */
14847 bft changeCntOn:1; /* True to update the change-counter */
14848 bft expired:1; /* True if the VM needs to be recompiled */
14849 bft runOnlyOnce:1; /* Automatically expire on reset */
14850 bft usesStmtJournal:1; /* True if uses a statement journal */
14851 bft readOnly:1; /* True for statements that do not write */
14852 bft bIsReader:1; /* True for statements that read */
14853 bft isPrepareV2:1; /* True if prepared with prepare_v2() */
14854 bft doingRerun:1; /* True if rerunning after an auto-reprepare */

Completed in 368 milliseconds