Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_ROW

408 #define SQLITE_ROW         100  /* sqlite3_step() has another row ready */
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