Searched refs:throwSQLException (Results 1 – 13 of 13) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | BookmarkSet.cxx | 108 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XROWUPDATE ), SQL_GENERAL_ERROR, *this… in insertRow() 125 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XRESULTSETUPDATE ), SQL_GENERAL_ERROR,… in insertRow() 134 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XROWUPDATE ), SQL_GENERAL_ERROR, *this… in updateRow() 150 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XRESULTSETUPDATE ), SQL_GENERAL_ERROR,… in updateRow()
|
H A D | RowSet.cxx | 1006 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_UPDATE_FAILED ), SQL_INVALID_CURSOR_POSIT… in updateRow() 1023 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_RESULT_IS_READONLY ), SQL_FUNCTION_SEQUEN… in deleteRow() 1025 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_DELETE_PRIVILEGE ), SQL_FUNCTION_SEQUE… in deleteRow() 1027 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_ROW_ALREADY_DELETED ), SQL_FUNCTION_SEQUE… in deleteRow() 1196 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_INSERT_PRIVILEGE ), SQL_GENERAL_ERROR,… in moveToInsertRow() 1293 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_ROW_ALREADY_DELETED ), SQL_FUNCTION_SEQUE… in moveToCurrentRow() 1661 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_INTERNAL_ERROR ), SQL_GENERAL_ERROR, *thi… in impl_prepareAndExecute_throw() 2461 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_SQL_COMMAND ), SQL_FUNCTION_SEQUENCE_E… in impl_buildActiveCommand_throw() 2759 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_RESULT_IS_READONLY ), SQL_GENERAL_ERROR, … in checkUpdateConditions() 2765 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_INVALID_CURSOR_STATE ), SQL_INVALID_CURSO… in checkUpdateConditions() [all …]
|
H A D | RowSetBase.cxx | 243 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_CURSOR_BEFORE_OR_AFTER ), SQL_INVALID_CUR… in impl_getValue() 386 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_CURSOR_BEFORE_OR_AFTER ), SQL_INVALID_CUR… in getBinaryStream() 463 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER ), SQL_INVALI… in getBookmark() 466 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_BOOKMARK_DELETED ), SQL_INVALID_CURSOR… in getBookmark() 1199 …throwSQLException( "The current row is deleted", SQL_INVALID_CURSOR_STATE, Reference< XRowSet >( t… in refreshRow()
|
H A D | OptimisticSet.cxx | 230 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_… in updateRow() 233 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_CONDITION_FOR_PK ), SQL_GENERAL_ERROR,… in updateRow() 310 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_… 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 | KeySet.cxx | 615 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_… in updateRow() 636 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_CONDITION_FOR_PK ), SQL_GENERAL_ERROR,… in updateRow() 745 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_VALUE_CHANGED ), SQL_GENERAL_ERROR, m_… in insertRow()
|
H A D | CacheSet.cxx | 371 ::dbtools::throwSQLException( in updateRow()
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 479 void throwSQLException( const sal_Char* _pAsciiMessage, const sal_Char* _pAsciiState, in throwSQLException() function 492 void throwSQLException( const sal_Char* _pAsciiMessage, StandardSQLState _eSQLState, in throwSQLException() function 496 …throwSQLException( _pAsciiMessage, getStandardSQLStateAscii( _eSQLState ), _rxContext, _nErrorCode… in throwSQLException() 500 void throwSQLException( const ::rtl::OUString& _rMessage, StandardSQLState _eSQLState, in throwSQLException() function
|
H A D | dbmetadata.cxx | 125 throwSQLException( sError, SQL_CONNECTION_DOES_NOT_EXIST, NULL ); in lcl_checkConnected()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 334 OOO_DLLPUBLIC_DBTOOLS void throwSQLException( 346 OOO_DLLPUBLIC_DBTOOLS void throwSQLException( 358 OOO_DLLPUBLIC_DBTOOLS void throwSQLException(
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1266 ::dbtools::throwSQLException( in impl_copyRows_throw() 1352 ::dbtools::throwSQLException( in impl_copyRows_throw()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTableView.cxx | 1111 ::dbtools::throwSQLException( sError, ::dbtools::SQL_GENERAL_ERROR, NULL ); in onNoColumns_throw()
|
Completed in 74 milliseconds