Searched refs:_pAsciiSQLState (Results 1 – 4 of 4) sorted by relevance
/trunk/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 214 …nfo::prepend( const ::rtl::OUString& _rErrorMessage, const sal_Char* _pAsciiSQLState, const sal_In… in prepend() argument 219 …aException.SQLState = ::rtl::OUString::createFromAscii( _pAsciiSQLState ? _pAsciiSQLState : "S1000… in prepend() 227 … TYPE _eType, const ::rtl::OUString& _rErrorMessage, const sal_Char* _pAsciiSQLState, const sal_In… in append() argument 243 pAppendException->SQLState = ::rtl::OUString::createFromAscii( _pAsciiSQLState ); in append()
|
H A D | warningscontainer.cxx | 112 …er::appendWarning( const ::rtl::OUString& _rWarning, const sal_Char* _pAsciiSQLState, const Refere… in appendWarning() argument 114 …SQLWarning( _rWarning, _rxContext, ::rtl::OUString::createFromAscii( _pAsciiSQLState ), 0, Any() )… in appendWarning()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 105 …void prepend( const ::rtl::OUString& _rErrorMessage, const sal_Char* _pAsciiSQLState = NULL, co… 118 … TYPE _eType, const ::rtl::OUString& _rErrorMessage, const sal_Char* _pAsciiSQLState = NULL, const…
|
H A D | warningscontainer.hxx | 86 const sal_Char* _pAsciiSQLState,
|
Completed in 32 milliseconds