Searched refs:getStandardSQLState (Results 1 – 5 of 5) sorted by relevance
/trunk/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 397 getStandardSQLState( SQL_FUNCTION_SEQUENCE_ERROR ), in throwFunctionSequenceException() 410 getStandardSQLState( SQL_INVALID_DESCRIPTOR_INDEX ), in throwInvalidIndexException() 423 getStandardSQLState( SQL_FUNCTION_NOT_SUPPORTED ), in throwFunctionNotSupportedException() 440 getStandardSQLState( SQL_FUNCTION_NOT_SUPPORTED ), in throwFunctionNotSupportedException() 456 …throw SQLException( _rMsg, _rxSource, getStandardSQLState( SQL_GENERAL_ERROR ), 0, _rNextException… in throwGenericSQLException() 472 getStandardSQLState( SQL_FEATURE_NOT_IMPLEMENTED ), in throwFeatureNotImplementedException() 507 getStandardSQLState( _eSQLState ), in throwSQLException() 550 ::rtl::OUString getStandardSQLState( StandardSQLState _eState ) in getStandardSQLState() function
|
H A D | dbtools.cxx | 807 _eSQLState == SQL_ERROR_UNSPECIFIED ? ::rtl::OUString() : getStandardSQLState( _eSQLState ), in prependErrorInfo()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 245 OOO_DLLPUBLIC_DBTOOLS ::rtl::OUString getStandardSQLState( StandardSQLState _eState );
|
/trunk/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 119 ::rtl::OUString sSQLStateGeneralError( getStandardSQLState( SQL_GENERAL_ERROR ) ); in parseStatement_throwError() 147 …SQLException aError1( _rOriginatingCommand, _rxContext, getStandardSQLState( SQL_GENERAL_ERROR ), … in checkForSingleSelect_throwError() 149 getStandardSQLState( SQL_GENERAL_ERROR ), 1000, makeAny( aError1 ) ); in checkForSingleSelect_throwError()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 2145 sErrorMessage, NULL, getStandardSQLState( SQL_GENERAL_ERROR ), 1000, Any() ) ); in impl_appendError()
|
Completed in 44 milliseconds