| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | DbTools.java | 212 … throw new SQLException("Error", object, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in isDataSourcePropertyEnabled() 310 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getTableNameComponents() 452 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardCreateStatement() 575 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardColumnPart() 654 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardKeyStatement() 714 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in collectColumnInformation() 746 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getPrimaryKeyColumns() 763 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in cloneDescriptorColumns() 849 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in updateObject() 934 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in setObject()
|
| H A D | StandardSQLState.java | 37 SQL_GENERAL_ERROR("HY000"), enumConstant
|
| /AOO42X/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 …s::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XRESULTSETUPDATE ), SQL_GENERAL_ERROR, *this ); in insertRow() 134 …::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_NO_XROWUPDATE ), SQL_GENERAL_ERROR, *this… in updateRow() 150 …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 | 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 | query.cxx | 220 ::dbtools::throwSQLException( sError, SQL_GENERAL_ERROR, *this ); in IMPLEMENT_FORWARD_XINTERFACE3()
|
| 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()
|
| /AOO42X/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlViews.java | 130 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in dropObject() 151 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in appendObject()
|
| H A D | PostgresqlTables.java | 119 …throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, wrappedTargetE… in dropObject()
|
| /AOO42X/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLConnection.java | 389 StandardSQLState.SQL_GENERAL_ERROR.text(), 0, illegalArgumentException); in construct() 433 this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in loadDriverFromProperties() 455 this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, in loadDriverFromProperties()
|
| H A D | Tools.java | 55 … return new SQLException(exception.getMessage(), source, StandardSQLState.SQL_GENERAL_ERROR.text(), in toUnoException()
|
| H A D | JDBCDriver.java | 150 … throw new SQLException(message, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in getPropertyInfo()
|
| H A D | JavaSQLPreparedStatement.java | 313 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in setObject()
|
| H A D | JavaSQLResultSet.java | 897 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in updateObject()
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OIndexContainer.java | 119 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject() 176 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in appendObject()
|
| H A D | SqlTableHelper.java | 172 …throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, elementExistEx… in readPrimaryKey() 230 …throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, elementExistEx… in readForeignKeys()
|
| H A D | OKeyColumnContainer.java | 100 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
|
| H A D | OIndexColumnContainer.java | 105 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
|
| H A D | OContainer.java | 448 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getNameForObject()
|
| /AOO42X/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()
|
| /AOO42X/main/connectivity/inc/connectivity/ |
| H A D | standardsqlstate.hxx | 53 SQL_GENERAL_ERROR, // HY000 enumerator
|
| /AOO42X/main/dbaccess/inc/ |
| H A D | dbsubcomponentcontroller.hxx | 117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
|