Searched refs:_eSQLState (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 492 void throwSQLException( const sal_Char* _pAsciiMessage, StandardSQLState _eSQLState, in throwSQLException() argument 496 …throwSQLException( _pAsciiMessage, getStandardSQLStateAscii( _eSQLState ), _rxContext, _nErrorCode… in throwSQLException() 500 void throwSQLException( const ::rtl::OUString& _rMessage, StandardSQLState _eSQLState, in throwSQLException() argument 507 getStandardSQLState( _eSQLState ), in throwSQLException()
|
H A D | dbtools.cxx | 804 …const ::rtl::OUString& _rAdditionalError, const StandardSQLState _eSQLState, const sal_Int32 _nErr… in prependErrorInfo() argument 807 _eSQLState == SQL_ERROR_UNSPECIFIED ? ::rtl::OUString() : getStandardSQLState( _eSQLState ), in prependErrorInfo()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 348 StandardSQLState _eSQLState, 360 StandardSQLState _eSQLState,
|
H A D | dbtools.hxx | 330 const StandardSQLState _eSQLState = SQL_ERROR_UNSPECIFIED,
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | dbsubcomponentcontroller.cxx | 401 …::appendError( const ::rtl::OUString& _rErrorMessage, const ::dbtools::StandardSQLState _eSQLState, in appendError() argument 404 …::dbtools::SQLExceptionInfo::SQL_EXCEPTION, _rErrorMessage, getStandardSQLStateAscii( _eSQLState ), in appendError()
|
/aoo4110/main/dbaccess/inc/ |
H A D | dbsubcomponentcontroller.hxx | 117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
|
Completed in 40 milliseconds