Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_ROW

428 #define SQLITE_ROW         100  /* sqlite3_step() has another row ready */
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3650 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3673 ** other than [SQLITE_ROW] before any subsequent invocation of
3709 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
3767 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3771 ** something other than [SQLITE_ROW], the results are undefined.
3962 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7116 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value