Represents the result set from a database query.
std::string convert_placeholders_to_postgresql(const std::string &sql)
Convert ? placeholders to PostgreSQL $1, $2, etc.
std::string isolation_level_to_postgresql_string(int isolation_level)
Convert IsolationLevel enum to PostgreSQL isolation level string.
result::ResultSet process_postgresql_result(PGresult *pg_result, bool convert_bytea=false)
Process PostgreSQL result into relx ResultSet format.