diff options
Diffstat (limited to 'include/connectivity/dbexception.hxx')
-rw-r--r-- | include/connectivity/dbexception.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx index c93371618344..5afd23aaa62c 100644 --- a/include/connectivity/dbexception.hxx +++ b/include/connectivity/dbexception.hxx @@ -179,10 +179,6 @@ public: */ bool hasMoreElements() const { return ( m_pCurrent != NULL ); } - /** returns the type of the current element in the exception chain - */ - SQLExceptionInfo::TYPE currentType() const { return m_eCurrentType; } - /** retrieves the current element in the chain, or <NULL/> if the chain has been completely traveled. */ |