summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_statement.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statement.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statement.hxx b/connectivity/source/drivers/postgresql/pq_statement.hxx
index 981fcafd64fe..437eac12c0e6 100644
--- a/connectivity/source/drivers/postgresql/pq_statement.hxx
+++ b/connectivity/source/drivers/postgresql/pq_statement.hxx
@@ -175,7 +175,10 @@ public: // XResultSetMetaDataSupplier (is required by framework (see
throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
private:
+ /// @throws css::sdbc::SQLException
+ /// @throws css::uno::RuntimeException
void checkClosed() throw (css::sdbc::SQLException, css::uno::RuntimeException);
+ /// @throws css::sdbc::SQLException
void raiseSQLException( const OUString & sql, const char * errorMsg )
throw ( css::sdbc::SQLException );
};