summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/ado/AConnection.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-20 11:52:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-20 11:53:28 +0100
commitc6f6d0b7219052557c2df3cb9d27dd2c09b3168e (patch)
tree1a620c8d4a4d2ae54a2554d32b2dc52433d144d9 /connectivity/source/inc/ado/AConnection.hxx
parentuse rtl::Reference in ORowSetCache (diff)
downloadcore-c6f6d0b7219052557c2df3cb9d27dd2c09b3168e.tar.gz
core-c6f6d0b7219052557c2df3cb9d27dd2c09b3168e.zip
loplugin:dynexcspec (clang-cl), connectivity
Change-Id: Ia49a11d4f707764640ea497d877d1699183ca56e
Diffstat (limited to 'connectivity/source/inc/ado/AConnection.hxx')
-rw-r--r--connectivity/source/inc/ado/AConnection.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/AConnection.hxx b/connectivity/source/inc/ado/AConnection.hxx
index c2832061da8f..71e09885ad5f 100644
--- a/connectivity/source/inc/ado/AConnection.hxx
+++ b/connectivity/source/inc/ado/AConnection.hxx
@@ -70,14 +70,17 @@ namespace connectivity
bool m_bAutocommit;
protected:
+ /// @throws css::sdbc::SQLException
void buildTypeInfo() throw( css::sdbc::SQLException);
public:
-
+ /// @throws css::sdbc::SQLException
+ /// @throws css::uno::RuntimeException
OConnection(ODriver* _pDriver) throw(css::sdbc::SQLException, css::uno::RuntimeException);
// OConnection(const SQLHANDLE _pConnectionHandle);
~OConnection() override;
void construct(const OUString& url,const css::uno::Sequence< css::beans::PropertyValue >& info);
+ /// @throws css::sdbc::SQLException
void closeAllStatements () throw( css::sdbc::SQLException);
//XUnoTunnel