Home
last modified time | relevance | path

Searched refs:SQL_TABLE_OR_VIEW_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx48 SQL_TABLE_OR_VIEW_NOT_FOUND, // 42S02 enumerator
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DStandardSQLState.java32 SQL_TABLE_OR_VIEW_NOT_FOUND("42S02"), enumConstant
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java94 …hrow new SQLException("View not found", this, StandardSQLState.SQL_TABLE_OR_VIEW_NOT_FOUND.text(),… in createObject()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx526 case SQL_TABLE_OR_VIEW_NOT_FOUND: pAsciiState = "42S02"; break; in getStandardSQLStateAscii()

Completed in 83 milliseconds