void
PgSqlConnection::checkStatementError(const PgSqlResult& r,
- PgSqlTaggedStatement& statement) const {
+ PgSqlTaggedStatement& statement) {
int s = PQresultStatus(r);
if (s != PGRES_COMMAND_OK && s != PGRES_TUPLES_OK) {
// We're testing the first two chars of SQLSTATE, as this is the
///
/// @throw isc::db::DbOperationError Detailed PostgreSQL failure
void checkStatementError(const PgSqlResult& r,
- PgSqlTaggedStatement& statement) const;
+ PgSqlTaggedStatement& statement);
/// @brief PgSql connection handle
///