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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl22 if {[sqlite -tcl-uses-utf]} {
48 if {[sqlite -has-codec] && [info command sqlite_orig]==""} {
49 rename sqlite sqlite_orig
50 proc sqlite {args} { procedure
64 sqlite db ./test.db
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h20 #include "sqlite.h"
259 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
312 ** The sqlite.file_format is initialized by the database file
324 ** The sqlite.temp_store determines where temporary database files
329 ** The sqlite.lastRowid records the last insert rowid generated by an
336 ** The sqlite.nChange does not count changes within triggers and keeps no
338 ** The sqlite.lsChange represents the number of changes made by the last
344 ** The sqlite.csChange keeps track of the number of current changes (since
347 struct sqlite { struct
392 ** Possible values for the sqlite
[all...]

Completed in 84 milliseconds