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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java44 public static final int SQLITE_ROW = 100; /* sqlite3_step() has another row ready */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h408 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3100 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3116 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3139 ** other than [SQLITE_ROW] before any subsequent invocation of
3227 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3231 ** something other than [SQLITE_ROW], the results are undefined.
3422 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6243 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c951 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3643 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3659 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3682 ** other than [SQLITE_ROW] before any subsequent invocation of
3770 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3774 ** something other than [SQLITE_ROW], the results are undefined.
3965 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6786 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h428 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3650 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3673 ** other than [SQLITE_ROW] before any subsequent invocation of
3709 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3767 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3771 ** something other than [SQLITE_ROW], the results are undefined.
3962 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7116 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c543 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3749 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3765 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3788 ** other than [SQLITE_ROW] before any subsequent invocation of
3824 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3882 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3886 ** something other than [SQLITE_ROW], the results are undefined.
4077 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7231 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[all...]
/external/sqlite/dist/
H A Dsqlite3.h428 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3650 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3673 ** other than [SQLITE_ROW] before any subsequent invocation of
3709 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3767 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3771 ** something other than [SQLITE_ROW], the results are undefined.
3962 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7116 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
H A Dsqlite3.c543 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3749 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3765 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3788 ** other than [SQLITE_ROW] before any subsequent invocation of
3824 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3882 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3886 ** something other than [SQLITE_ROW], the results are undefined.
4077 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7231 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
[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 9040 milliseconds