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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java17 public static final int SQLITE_OK = 0; /* Successful result */ field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h295 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
316 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
422 #define SQLITE_OK 0 /* Successful result */ macro
535 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
950 ** file control returns [SQLITE_OK], then the parser assumes that the
955 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1035 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
1051 ** This file control returns [SQLITE_OK] if and only if the writes were
1428 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1431 ** as a mutex) it returns an [error code] other than [SQLITE_OK]
[all...]
H A Dsqlite3.c1319 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
1340 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
1446 #define SQLITE_OK 0 /* Successful result */ macro
1559 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
1974 ** file control returns [SQLITE_OK], then the parser assumes that the
1979 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
2059 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
2075 ** This file control returns [SQLITE_OK] if and only if the writes were
2452 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
2455 ** as a mutex) it returns an [error code] other than [SQLITE_OK]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h295 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
316 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
422 #define SQLITE_OK 0 /* Successful result */ macro
535 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
950 ** file control returns [SQLITE_OK], then the parser assumes that the
955 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1035 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
1051 ** This file control returns [SQLITE_OK] if and only if the writes were
1428 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1431 ** as a mutex) it returns an [error code] other than [SQLITE_OK]
[all...]
H A Dsqlite3.c1319 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
1340 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
1446 #define SQLITE_OK 0 /* Successful result */ macro
1559 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
1974 ** file control returns [SQLITE_OK], then the parser assumes that the
1979 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
2059 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
2075 ** This file control returns [SQLITE_OK] if and only if the writes were
2452 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
2455 ** as a mutex) it returns an [error code] other than [SQLITE_OK]
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 431 milliseconds