Lines Matching defs:SQLITE_ROW
476 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
4941 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4957 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
4980 ** other than [SQLITE_ROW] before any subsequent invocation of
5019 ** [SQLITE_ROW], except in the case of the [PRAGMA incremental_vacuum]
5098 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
5102 ** something other than [SQLITE_ROW], the results are undefined.
5338 ** that one call to [sqlite3_step(S)] might return SQLITE_ROW but
9559 ** callback returns [SQLITE_ROW] or [SQLITE_DONE], or if it returns a value
11562 ** to sqlite3changeset_next() has advanced it, SQLITE_ROW is returned.
11579 ** call to [sqlite3changeset_next()] must have returned [SQLITE_ROW]. If this
11651 ** call to [sqlite3changeset_next()] must have returned SQLITE_ROW.
11682 ** call to [sqlite3changeset_next()] must have returned SQLITE_ROW.
11775 ** while( SQLITE_ROW==sqlite3changeset_next() ){