Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DvdbeInt.h51 typedef unsigned Bool; typedef
86 Bool isEphemeral:1; /* True for an ephemeral table */
87 Bool useRandomRowid:1; /* Generate new record numbers semi-randomly */
88 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */
89 Bool noReuse:1; /* OpenEphemeral may not reuse this cursor */