Lines Matching refs:SQLITE_ROW
448 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
4122 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4138 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
4161 ** other than [SQLITE_ROW] before any subsequent invocation of
4199 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
4256 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
4260 ** something other than [SQLITE_ROW], the results are undefined.
4448 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
7846 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
9129 ** to sqlite3changeset_next() has advanced it, SQLITE_ROW is returned.
9145 ** call to [sqlite3changeset_next()] must have returned [SQLITE_ROW]. If this
9210 ** call to [sqlite3changeset_next()] must have returned SQLITE_ROW.
9240 ** call to [sqlite3changeset_next()] must have returned SQLITE_ROW.
9329 ** while( SQLITE_ROW==sqlite3changeset_next() ){