Searched defs:SQLITE_DONE (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/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 121 milliseconds