Searched defs:SQLITE_ROW (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 956 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro 3805 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE]. 3821 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW] 3844 ** other than [SQLITE_ROW] before any subsequent invocation of 3932 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither 3936 ** something other than [SQLITE_ROW], the results are undefined. 4127 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE], 6970 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value [all...] |
| H A D | sqlite3.h | 409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro 3258 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE]. 3274 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW] 3297 ** other than [SQLITE_ROW] before any subsequent invocation of 3385 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither 3389 ** something other than [SQLITE_ROW], the results are undefined. 3580 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE], 6423 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
|
Completed in 135 milliseconds