Searched defs:SQLITE_OK (Results 1 - 7 of 7) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
H A D | Constants.java | 17 public static final int SQLITE_OK = 0; /* Successful result */ field in class:Constants
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.h | 277 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if 298 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation 404 #define SQLITE_OK 0 /* Successful result */ macro 898 ** file control returns [SQLITE_OK], then the parser assumes that the 903 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means 1313 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success. 1316 ** as a mutex) it returns an [error code] other than [SQLITE_OK]. 1353 ** must return [SQLITE_OK] on success and some other [error code] upon 1388 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK]. 1408 ** ^Calls to sqlite3_db_config() return SQLITE_OK i [all...] |
H A D | sqlite3.c | 491 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if 512 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation 618 #define SQLITE_OK 0 /* Successful result */ macro 1112 ** file control returns [SQLITE_OK], then the parser assumes that the 1117 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means 1527 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success. 1530 ** as a mutex) it returns an [error code] other than [SQLITE_OK]. 1567 ** must return [SQLITE_OK] on success and some other [error code] upon 1602 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK]. 1622 ** ^Calls to sqlite3_db_config() return SQLITE_OK i [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.h | 277 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if 298 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation 404 #define SQLITE_OK 0 /* Successful result */ macro 898 ** file control returns [SQLITE_OK], then the parser assumes that the 903 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means 1313 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success. 1316 ** as a mutex) it returns an [error code] other than [SQLITE_OK]. 1353 ** must return [SQLITE_OK] on success and some other [error code] upon 1388 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK]. 1408 ** ^Calls to sqlite3_db_config() return SQLITE_OK i [all...] |
H A D | sqlite3.c | 491 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if 512 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation 618 #define SQLITE_OK 0 /* Successful result */ macro 1112 ** file control returns [SQLITE_OK], then the parser assumes that the 1117 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means 1527 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success. 1530 ** as a mutex) it returns an [error code] other than [SQLITE_OK]. 1567 ** must return [SQLITE_OK] on success and some other [error code] upon 1602 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK]. 1622 ** ^Calls to sqlite3_db_config() return SQLITE_OK i [all...] |
/external/robolectric/v3/libs/ |
H A D | sqlite4java-0.282.jar | META-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ... |
/external/robolectric/v1/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |
Completed in 513 milliseconds