Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_ROW

411 #define SQLITE_ROW         100  /* sqlite3_step() has another row ready */
3020 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3036 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3058 ** after sqlite3_step() returned anything other than [SQLITE_ROW] that
3143 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3147 ** something other than [SQLITE_ROW], the results are undefined.
3338 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
6132 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value