Home
last modified time | relevance | path

Searched refs:SQL_GENERAL_ERROR (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/dbaccess/source/core/api/
H A DBookmarkSet.cxx118 …::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 DOptimisticSet.cxx230 …::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 Dresultset.cxx1193 …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 Dquery.cxx220 ::dbtools::throwSQLException( sError, SQL_GENERAL_ERROR, *this ); in IMPLEMENT_FORWARD_XINTERFACE3()
H A DSingleSelectQueryComposer.cxx119 ::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 DKeySet.cxx615 …::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 DRowSet.cxx1196 …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 DCacheSet.cxx372 DBACORE_RESSTRING( RID_STR_NO_UPDATE_MISSING_CONDITION ), SQL_GENERAL_ERROR, *this ); in updateRow()
/AOO41X/main/connectivity/source/commontools/
H A Ddbexception.cxx456 …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 Dstandardsqlstate.hxx53 SQL_GENERAL_ERROR, // HY000 enumerator
/AOO41X/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx1111 ::dbtools::throwSQLException( sError, ::dbtools::SQL_GENERAL_ERROR, NULL ); in onNoColumns_throw()
/AOO41X/main/connectivity/source/parse/
H A Dsqliterator.cxx2145 sErrorMessage, NULL, getStandardSQLState( SQL_GENERAL_ERROR ), 1000, Any() ) ); in impl_appendError()