Home
last modified time | relevance | path

Searched refs:SQL_COLUMN_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx52 SQL_COLUMN_NOT_FOUND, // 42S22 enumerator
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DStandardSQLState.java36 SQL_COLUMN_NOT_FOUND("42S22"), enumConstant
H A DCustomResultSet.java351 throw new SQLException(error, this, StandardSQLState.SQL_COLUMN_NOT_FOUND.text(), 0, null); in findColumn()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java353 … throw new SQLException(error, this, StandardSQLState.SQL_COLUMN_NOT_FOUND.text(), 0, null); in findColumn()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx530 case SQL_COLUMN_NOT_FOUND: pAsciiState = "42S22"; break; in getStandardSQLStateAscii()

Completed in 24 milliseconds