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 D | PostgresqlDriver.java | 144 …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 D | standardsqlstate.hxx | 43 SQL_UNABLE_TO_CONNECT, // 08001 enumerator
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | StandardSQLState.java | 27 SQL_UNABLE_TO_CONNECT("08001"), enumConstant
|
| /AOO42X/main/connectivity/source/commontools/ |
| H A D | dbexception.cxx | 521 case SQL_UNABLE_TO_CONNECT: pAsciiState = "08001"; break; in getStandardSQLStateAscii()
|