sqlite · sqlite/SQLITE_ROW
SQLITE_ROW
Row available
sqlite3_step() has returned a row of data that is ready for processing. Call sqlite3_column_*() to retrieve column values, then call sqlite3_step() again.
sqlite3_step() has returned a row of data that is ready for processing. Call sqlite3_column_*() to retrieve column values, then call sqlite3_step() again.