Bool             12538 ext/sqlite3/libsqlite/sqlite3.c   Bool zeroed;          /* True if zeroed out and ready for reuse */
Bool             12539 ext/sqlite3/libsqlite/sqlite3.c   Bool rowidIsValid;    /* True if lastRowid is valid */
Bool             12540 ext/sqlite3/libsqlite/sqlite3.c   Bool atFirst;         /* True if pointing to first entry */
Bool             12541 ext/sqlite3/libsqlite/sqlite3.c   Bool useRandomRowid;  /* Generate new record numbers semi-randomly */
Bool             12542 ext/sqlite3/libsqlite/sqlite3.c   Bool nullRow;         /* True if pointing to a row with no data */
Bool             12543 ext/sqlite3/libsqlite/sqlite3.c   Bool deferredMoveto;  /* A call to sqlite3BtreeMoveto() is needed */
Bool             12544 ext/sqlite3/libsqlite/sqlite3.c   Bool isTable;         /* True if a table requiring integer keys */
Bool             12545 ext/sqlite3/libsqlite/sqlite3.c   Bool isIndex;         /* True if an index containing keys only - no data */
Bool             12546 ext/sqlite3/libsqlite/sqlite3.c   Bool isOrdered;       /* True if the underlying table is BTREE_UNORDERED */