Searched defs:SQLITE_DONE (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqlite.w32.h | 172 #define SQLITE_DONE 101 /* sqlite_step() has finished executing */ macro 625 ** go then returns. The return value will be one of SQLITE_DONE, 628 ** SQLITE_DONE means that the execute of the SQL statement is complete 653 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE. 658 ** has halted (after a prior call to sqlite_step() has returned SQLITE_DONE)
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 957 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro 3805 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE]. 3816 ** ^[SQLITE_DONE] means that the statement has finished executing 3838 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could 4127 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE], 6663 ** from source to destination, then it returns [SQLITE_DONE]. 6666 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY], 6699 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to 6714 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the 6719 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the [all...] |
| H A D | sqlite3.h | 410 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro 3258 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE]. 3269 ** ^[SQLITE_DONE] means that the statement has finished executing 3291 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could 3580 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE], 6116 ** from source to destination, then it returns [SQLITE_DONE]. 6119 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY], 6152 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to 6167 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the 6172 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the [all...] |
Completed in 101 milliseconds