Searched defs:Db (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h253 typedef struct Db Db; typedef in typeref:struct:Db
263 struct Db { struct
279 ** Db.flags field.
349 Db *aDb; /* All backends */
350 Db aDbStatic[2]; /* Static space for the 2 default backends */
392 ** Possible values for the sqlite.flags and or Db.flags fields.
395 ** executed a BEGIN. On Db.flags, SQLITE_InTrans means a statement

Completed in 27 milliseconds