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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h265 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
1318 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
1336 ** [SQLITE_ROW] is returned each time a new row of data is ready
1378 ** After a call to [sqlite3_step()] that returns [SQLITE_ROW], this routine
/external/sqlite/dist/
H A Dsqlite3.h381 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
2815 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2831 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
2924 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
2928 ** something other than [SQLITE_ROW], the results are undefined.
3102 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
H A Dsqlite3.c905 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3339 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3355 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3448 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3452 ** something other than [SQLITE_ROW], the results are undefined.
3626 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
[all...]

Completed in 225 milliseconds