diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/sqlerror.hxx | 14 | ||||
-rw-r--r-- | connectivity/source/commontools/sqlerror.cxx | 6 |
2 files changed, 0 insertions, 20 deletions
diff --git a/connectivity/inc/connectivity/sqlerror.hxx b/connectivity/inc/connectivity/sqlerror.hxx index 0a3cce96b6d0..9cfaffc62e1e 100644 --- a/connectivity/inc/connectivity/sqlerror.hxx +++ b/connectivity/inc/connectivity/sqlerror.hxx @@ -126,19 +126,9 @@ namespace connectivity const ParamValue& _rParamValue3 = ParamValue() ) const; - /** returns the SQLState associated with a given error condition - - @see getErrorMessage - @see getErrorCode - @see ::com::sun::star::sdb::ErrorCondition - @see ::com::sun::star::sdbc::SQLException::SQLState - */ - ::rtl::OUString getSQLState( const ErrorCondition _eCondition ) const; - /** returns the error code associated with a given error condition @see getErrorMessage - @see getSQLState @see ::com::sun::star::sdb::ErrorCondition @see ::com::sun::star::sdbc::SQLException::ErrorCode */ @@ -187,7 +177,6 @@ namespace connectivity @see getErrorMessage @see getErrorCode - @see getSQLState */ void raiseException( const ErrorCondition _eCondition, @@ -226,7 +215,6 @@ namespace connectivity @see getErrorMessage @see getErrorCode - @see getSQLState */ void raiseException( const ErrorCondition _eCondition, @@ -270,7 +258,6 @@ namespace connectivity @see getErrorMessage @see getErrorCode - @see getSQLState */ void raiseTypedException( const ErrorCondition _eCondition, @@ -308,7 +295,6 @@ namespace connectivity @see getErrorMessage @see getErrorCode - @see getSQLState */ ::com::sun::star::sdbc::SQLException getSQLException( diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index 9dcf56d970aa..90cbd97c9bf2 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -309,12 +309,6 @@ namespace connectivity } //-------------------------------------------------------------------- - ::rtl::OUString SQLError::getSQLState( const ErrorCondition _eCondition ) const - { - return m_pImpl->getSQLState( _eCondition ); - } - - //-------------------------------------------------------------------- ErrorCode SQLError::getErrorCode( const ErrorCondition _eCondition ) { return SQLError_Impl::getErrorCode( _eCondition ); |