Home
last modified time | relevance | path

Searched refs:SQL_FUNCTION_SEQUENCE_ERROR (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java424 StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardCreateStatement()
434 StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardCreateStatement()
602 StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement()
607 … StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement()
625 … StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement()
H A DStandardSQLState.java40 SQL_FUNCTION_SEQUENCE_ERROR("HY010"), enumConstant
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx397 getStandardSQLState( SQL_FUNCTION_SEQUENCE_ERROR ), in throwFunctionSequenceException()
534 case SQL_FUNCTION_SEQUENCE_ERROR: pAsciiState = "HY010"; break; in getStandardSQLStateAscii()
/trunk/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx56 SQL_FUNCTION_SEQUENCE_ERROR, // HY010 enumerator
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxDescriptorContainer.java43 … throw new SQLException(error, this, StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createObject()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1023 …SQLException( DBACORE_RESSTRING( RID_STR_RESULT_IS_READONLY ), SQL_FUNCTION_SEQUENCE_ERROR, *this … in deleteRow()
1025 …QLException( DBACORE_RESSTRING( RID_STR_NO_DELETE_PRIVILEGE ), SQL_FUNCTION_SEQUENCE_ERROR, *this … in deleteRow()
1027 …QLException( DBACORE_RESSTRING( RID_STR_ROW_ALREADY_DELETED ), SQL_FUNCTION_SEQUENCE_ERROR, *this … in deleteRow()
1293 …QLException( DBACORE_RESSTRING( RID_STR_ROW_ALREADY_DELETED ), SQL_FUNCTION_SEQUENCE_ERROR, *this … in moveToCurrentRow()
2461 …hrowSQLException( DBACORE_RESSTRING( RID_STR_NO_SQL_COMMAND ), SQL_FUNCTION_SEQUENCE_ERROR, *this … in impl_buildActiveCommand_throw()

Completed in 136 milliseconds