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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java45 public static final int SQLITE_DONE = 101; /* sqlite3_step() has finished executing */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h409 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3100 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3111 ** ^[SQLITE_DONE] means that the statement has finished executing
3133 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3422 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
5937 ** from source to destination, then it returns [SQLITE_DONE].
5940 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5973 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
5988 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the
5993 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the
[all...]
H A Dsqlite3.c952 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3643 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3654 ** ^[SQLITE_DONE] means that the statement has finished executing
3676 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3965 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6480 ** from source to destination, then it returns [SQLITE_DONE].
6483 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6516 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6531 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the
6536 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h429 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3645 ** ^[SQLITE_DONE] means that the statement has finished executing
3667 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3707 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3962 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6793 ** from source to destination, then it returns [SQLITE_DONE].
6796 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6829 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6844 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]
H A Dsqlite3.c544 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3749 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3760 ** ^[SQLITE_DONE] means that the statement has finished executing
3782 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3822 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4077 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6908 ** from source to destination, then it returns [SQLITE_DONE].
6911 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6944 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6959 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]
/external/sqlite/dist/
H A Dsqlite3.h429 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3645 ** ^[SQLITE_DONE] means that the statement has finished executing
3667 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3707 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3962 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6793 ** from source to destination, then it returns [SQLITE_DONE].
6796 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6829 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6844 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[all...]
H A Dsqlite3.c544 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3749 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3760 ** ^[SQLITE_DONE] means that the statement has finished executing
3782 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3822 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4077 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6908 ** from source to destination, then it returns [SQLITE_DONE].
6911 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6944 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
6959 ** When sqlite3_backup_step() has returned [SQLITE_DONE], o
[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 663 milliseconds