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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java34 public static final int SQLITE_SCHEMA = 17; /* The database schema changed */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h398 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2646 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3125 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c941 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3189 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3668 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h416 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3148 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3659 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c531 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3263 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3774 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
13881 ** itself before giving up and returning SQLITE_SCHEMA.
[all...]
/external/sqlite/dist/
H A Dsqlite3.h416 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3148 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3659 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c531 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3263 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3774 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
13881 ** itself before giving up and returning SQLITE_SCHEMA.
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 619 milliseconds