Searched refs:getSQLState (Results 1 – 11 of 11) sorted by relevance
75 ::rtl::OUString getSQLState( const ErrorCondition _eCondition );170 ::rtl::OUString SQLError_Impl::getSQLState( const ErrorCondition _eCondition ) in getSQLState() function in connectivity::SQLError_Impl239 getSQLState( _eCondition ), in impl_buildSQLException()320 ::rtl::OUString SQLError::getSQLState( const ErrorCondition _eCondition ) const in getSQLState() function in connectivity::SQLError322 return m_pImpl->getSQLState( _eCondition ); in getSQLState()
42 _rException.getSQLState(), in java_sql_SQLException()86 ::rtl::OUString java_sql_SQLException_BASE::getSQLState() const in getSQLState() function in java_sql_SQLException_BASE
188 pException->getSQLState(), pException->getErrorCode(), Any() ); in lcl_translateJNIExceptionToUNOException()
212 pException->getSQLState(), in getTables()
55 ::rtl::OUString getSQLState() const;
142 ::rtl::OUString getSQLState( const ErrorCondition _eCondition ) const;
51 sqlException.getSQLState(), sqlException.getErrorCode(), unoCause); in toUnoException()
438 warning.SQLState = javaWarning.getSQLState(); in getWarnings()
154 warning.SQLState = javaWarning.getSQLState(); in getWarnings()
687 warning.SQLState = javaWarning.getSQLState(); in getWarnings()
70 convert(_error.getSQLState(), encoding), in translateAndThrow()
Completed in 59 milliseconds