diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/ResultSet.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/ResultSet.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/ResultSet.hxx b/connectivity/source/drivers/firebird/ResultSet.hxx index 834e25e7b886..7d2a7c40bfec 100644 --- a/connectivity/source/drivers/firebird/ResultSet.hxx +++ b/connectivity/source/drivers/firebird/ResultSet.hxx @@ -113,9 +113,13 @@ namespace connectivity virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const override; virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override; + /// @throws css::sdbc::SQLException + /// @throws css::uno::RuntimeException void SAL_CALL checkColumnIndex( sal_Int32 index ) throw (css::sdbc::SQLException, css::uno::RuntimeException); + /// @throws css::sdbc::SQLException + /// @throws css::uno::RuntimeException void SAL_CALL checkRowIndex() throw (css::sdbc::SQLException, css::uno::RuntimeException); |