Searched refs:SQLITE_SCHEMA (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c383 { "SCHEMA", SQLITE_SCHEMA },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d130 SQLITE_SCHEMA = 17, /** The database schema changed */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h462 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
4241 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
4947 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
11330 ** If the tables are not compatible, SQLITE_SCHEMA is returned. If the tables
11875 ** with the configured schema, SQLITE_SCHEMA is returned and the changegroup
11967 ** case, this function fails with SQLITE_SCHEMA. Except, if the changegroup
12050 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
H A Dsqlite3.c775 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
4554 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
5260 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
11643 ** If the tables are not compatible, SQLITE_SCHEMA is returned. If the tables
12188 ** with the configured schema, SQLITE_SCHEMA is returned and the changegroup
12280 ** case, this function fails with SQLITE_SCHEMA. Except, if the changegroup
12363 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
17748 #define SQLITE_WriteSchema 0x00000001 /* OK to update SQLITE_SCHEMA */
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1729 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){
1730 /* If the runtime error was an SQLITE_SCHEMA, and the database
1733 ** This only happens once. If there is a second SQLITE_SCHEMA

Completed in 537 milliseconds