Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_ROW

408 #define SQLITE_ROW         100  /* sqlite3_step() has another row ready */
3017 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3033 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3055 ** after sqlite3_step() returned anything other than [SQLITE_ROW] that
3140 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3144 ** something other than [SQLITE_ROW], the results are undefined.
3335 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6129 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value