summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_array.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_array.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_array.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_array.hxx b/connectivity/source/drivers/postgresql/pq_array.hxx
index 26581c6dced3..41f5ee9f7056 100644
--- a/connectivity/source/drivers/postgresql/pq_array.hxx
+++ b/connectivity/source/drivers/postgresql/pq_array.hxx
@@ -67,32 +67,26 @@ public:
public: // XArray
// Methods
- virtual OUString SAL_CALL getBaseTypeName( )
- throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getBaseTypeName( ) override;
- virtual sal_Int32 SAL_CALL getBaseType( )
- throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int32 SAL_CALL getBaseType( ) override;
virtual css::uno::Sequence< css::uno::Any > SAL_CALL getArray(
- const css::uno::Reference< css::container::XNameAccess >& typeMap )
- throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference< css::container::XNameAccess >& typeMap ) override;
virtual css::uno::Sequence< css::uno::Any > SAL_CALL getArrayAtIndex(
sal_Int32 index,
sal_Int32 count,
- const css::uno::Reference< css::container::XNameAccess >& typeMap )
- throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference< css::container::XNameAccess >& typeMap ) override;
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL
getResultSet(
- const css::uno::Reference< css::container::XNameAccess >& typeMap )
- throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference< css::container::XNameAccess >& typeMap ) override;
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL getResultSetAtIndex(
sal_Int32 index,
sal_Int32 count,
- const css::uno::Reference< css::container::XNameAccess >& typeMap )
- throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference< css::container::XNameAccess >& typeMap ) override;
private:
void checkRange( sal_Int32 index, sal_Int32 count );