Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDriver.java144 …w new SQLException(exception.getMessage(), this, StandardSQLState.SQL_UNABLE_TO_CONNECT.text(), 0,… in connect()
188 … throw new SQLException(error, this, StandardSQLState.SQL_UNABLE_TO_CONNECT.text(), 0, null); in getDataDefinitionByURL()
/AOO42X/main/connectivity/inc/connectivity/
H A Dstandardsqlstate.hxx43 SQL_UNABLE_TO_CONNECT, // 08001 enumerator
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DStandardSQLState.java27 SQL_UNABLE_TO_CONNECT("08001"), enumConstant
/AOO42X/main/connectivity/source/commontools/
H A Ddbexception.cxx521 case SQL_UNABLE_TO_CONNECT: pAsciiState = "08001"; break; in getStandardSQLStateAscii()