ark::database::AbstractDatabaseResult
Defined in header “ark/database/result.hh”.
This represents an abstract database result, which allows you to iterate over the values returned from a database query.
Methods
-
~AbstractDatabaseResult()
Virtual destructor, for cleanup. -
DatabaseRow step()
Steps through the results; returns a reference to the next object.