Searched refs:StandardSQLState (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | dbexception.hxx | 245 OOO_DLLPUBLIC_DBTOOLS ::rtl::OUString getStandardSQLState( StandardSQLState _eState ); 257 OOO_DLLPUBLIC_DBTOOLS const sal_Char* getStandardSQLStateAscii( StandardSQLState _eState ); 348 StandardSQLState _eSQLState, 360 StandardSQLState _eSQLState,
|
| H A D | standardsqlstate.hxx | 39 enum StandardSQLState enum
|
| H A D | dbtools.hxx | 330 const StandardSQLState _eSQLState = SQL_ERROR_UNSPECIFIED,
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | dbexception.cxx | 492 void throwSQLException( const sal_Char* _pAsciiMessage, StandardSQLState _eSQLState, in throwSQLException() 500 void throwSQLException( const ::rtl::OUString& _rMessage, StandardSQLState _eSQLState, in throwSQLException() 514 const sal_Char* getStandardSQLStateAscii( StandardSQLState _eState ) in getStandardSQLStateAscii() 550 ::rtl::OUString getStandardSQLState( StandardSQLState _eState ) in getStandardSQLState()
|
| H A D | dbtools.cxx | 804 …const ::rtl::OUString& _rAdditionalError, const StandardSQLState _eSQLState, const sal_Int32 _nErr… in prependErrorInfo()
|
| /AOO41X/main/dbaccess/inc/ |
| H A D | dbsubcomponentcontroller.hxx | 117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | dbsubcomponentcontroller.cxx | 401 …::appendError( const ::rtl::OUString& _rErrorMessage, const ::dbtools::StandardSQLState _eSQLState, in appendError()
|