ark::database::SqliteDatabaseResult
Defined in header “ark/database/sqlite_connection.hh”.
An implementation of the abstract database result class for SQLite. This consumes a reference to a SQLite statement and will be responsible for freeing it.
Methods
-
SqliteDatabaseResult()
Constructor privately implemented to hide details. -
~SqliteDatabaseResult()
Destructor privately implemented to hide details. -
DatabaseRow step()
Returns the next database row in this result. The row will be empty if no more rows exist.