Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:SQLITE_ROW

341 #define SQLITE_ROW         100  /* sqlite3_step() has another row ready */
2715 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2731 ** If the SQL statement being executed returns any data, then [SQLITE_ROW]
2827 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
2831 ** something other than [SQLITE_ROW], the results are undefined.
3012 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],