ark::database::PqxxDatabaseResult
Defined in header “ark/database/pqxx_connection.hh”.
An implementation of the abstract database result class for Postgres. This consumes a reference to a PQXX result, and releases it when it falls out of scope.
Methods
-
PqxxDatabaseResult()
Constructor privately implemented to hide details. -
~PqxxDatabaseResult()
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.