Searched refs:SQL_GENERAL_ERROR (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | BookmarkSet.cxx | 118 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XROWUPDATE ), SQL_GENERAL_ERROR, *this… in insertRow() 135 …s::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XRESULTSETUPDATE ), SQL_GENERAL_ERROR, *this ); in insertRow() 144 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XROWUPDATE ), SQL_GENERAL_ERROR, *this… in updateRow() 160 …s::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XRESULTSETUPDATE ), SQL_GENERAL_ERROR, *this ); in updateRow()
|
| H A D | OptimisticSet.cxx | 230 …::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_xConnecti… in updateRow() 233 …hrowSQLException( DBACORE_RESSTRING( RID_STR_NO_CONDITION_FOR_PK ), SQL_GENERAL_ERROR, m_xConnecti… in updateRow() 310 …::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_xConnecti… in insertRow()
|
| H A D | resultset.cxx | 1193 …throwSQLException( "The result set is read-only.", SQL_GENERAL_ERROR, *const_cast< OResultSet* >( … in checkReadOnly() 1201 …throwSQLException( "The result set does not have bookmark support.", SQL_GENERAL_ERROR, *const_cas… in checkBookmarkable()
|
| H A D | query.cxx | 220 ::dbtools::throwSQLException( sError, SQL_GENERAL_ERROR, *this ); in IMPLEMENT_FORWARD_XINTERFACE3()
|
| H A D | SingleSelectQueryComposer.cxx | 119 ::rtl::OUString sSQLStateGeneralError( getStandardSQLState( SQL_GENERAL_ERROR ) ); in parseStatement_throwError() 147 …ion aError1( _rOriginatingCommand, _rxContext, getStandardSQLState( SQL_GENERAL_ERROR ), 1000, Any… in checkForSingleSelect_throwError() 149 getStandardSQLState( SQL_GENERAL_ERROR ), 1000, makeAny( aError1 ) ); in checkForSingleSelect_throwError()
|
| H A D | KeySet.cxx | 615 …::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_xConnecti… in updateRow() 636 …hrowSQLException( DBACORE_RESSTRING( RID_STR_NO_CONDITION_FOR_PK ), SQL_GENERAL_ERROR, m_xConnecti… in updateRow() 745 …::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_xConnecti… in insertRow()
|
| H A D | RowSet.cxx | 1196 …s::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_INSERT_PRIVILEGE ), SQL_GENERAL_ERROR, *this ); in moveToInsertRow() 1661 …btools::throwSQLException( DBACORE_RESSTRING( RID_STR_INTERNAL_ERROR ), SQL_GENERAL_ERROR, *this ); in impl_prepareAndExecute_throw() 2759 …ls::throwSQLException( DBACORE_RESSTRING( RID_STR_RESULT_IS_READONLY ), SQL_GENERAL_ERROR, *this ); in checkUpdateConditions()
|
| H A D | CacheSet.cxx | 372 DBACORE_RESSTRING( RID_STR_NO_UPDATE_MISSING_CONDITION ), SQL_GENERAL_ERROR, *this ); in updateRow()
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | dbexception.cxx | 456 …throw SQLException( _rMsg, _rxSource, getStandardSQLState( SQL_GENERAL_ERROR ), 0, _rNextException… in throwGenericSQLException() 531 case SQL_GENERAL_ERROR: pAsciiState = "HY000"; break; in getStandardSQLStateAscii()
|
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | standardsqlstate.hxx | 53 SQL_GENERAL_ERROR, // HY000 enumerator
|
| /AOO41X/main/dbaccess/inc/ |
| H A D | dbsubcomponentcontroller.hxx | 117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | QueryTableView.cxx | 1111 ::dbtools::throwSQLException( sError, ::dbtools::SQL_GENERAL_ERROR, NULL ); in onNoColumns_throw()
|
| /AOO41X/main/connectivity/source/parse/ |
| H A D | sqliterator.cxx | 2145 sErrorMessage, NULL, getStandardSQLState( SQL_GENERAL_ERROR ), 1000, Any() ) ); in impl_appendError()
|