Home
last modified time | relevance | path

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

12

/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java212 … 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 DStandardSQLState.java37 SQL_GENERAL_ERROR("HY000"), enumConstant
/AOO42X/main/dbaccess/source/core/api/
H A DBookmarkSet.cxx108 …::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 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 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 Dquery.cxx220 ::dbtools::throwSQLException( sError, SQL_GENERAL_ERROR, *this ); in IMPLEMENT_FORWARD_XINTERFACE3()
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()
/AOO42X/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java130 … 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 DPostgresqlTables.java119 …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 DJavaSQLConnection.java389 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 DTools.java55 … return new SQLException(exception.getMessage(), source, StandardSQLState.SQL_GENERAL_ERROR.text(), in toUnoException()
H A DJDBCDriver.java150 … throw new SQLException(message, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in getPropertyInfo()
H A DJavaSQLPreparedStatement.java313 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in setObject()
H A DJavaSQLResultSet.java897 … 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 DOIndexContainer.java119 … 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 DSqlTableHelper.java172 …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 DOKeyColumnContainer.java100 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
H A DOIndexColumnContainer.java105 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
H A DOContainer.java448 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getNameForObject()
/AOO42X/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()
/AOO42X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx53 SQL_GENERAL_ERROR, // HY000 enumerator
/AOO42X/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx117 const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,

12