Home
last modified time | relevance | path

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

/trunk/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx63SQL_ERROR_UNSPECIFIED = SAL_MAX_ENUM // special value indicating that an SQLState is not to be … enumerator
H A Ddbtools.hxx325 const StandardSQLState _eSQLState = SQL_ERROR_UNSPECIFIED,
/trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DStandardSQLState.java46 SQL_ERROR_UNSPECIFIED(""); enumConstant
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx806 _eSQLState == SQL_ERROR_UNSPECIFIED ? ::rtl::OUString() : getStandardSQLState( _eSQLState ), in prependErrorInfo()