Home
last modified time | relevance | path

Searched refs:StandardSQLState (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/connectivity/inc/connectivity/
H A Ddbexception.hxx245 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 Dstandardsqlstate.hxx39 enum StandardSQLState enum
H A Ddbtools.hxx330 const StandardSQLState _eSQLState = SQL_ERROR_UNSPECIFIED,
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx492 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 Ddbtools.cxx804 …const ::rtl::OUString& _rAdditionalError, const StandardSQLState _eSQLState, const sal_Int32 _nErr… in prependErrorInfo()
/AOO41X/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
/AOO41X/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx401 …::appendError( const ::rtl::OUString& _rErrorMessage, const ::dbtools::StandardSQLState _eSQLState, in appendError()