-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJdbcDocumentationUrl()Gets the URL of the JDBC documentation.StringgetJdbcDriver()Gets the classname of the driver used to contact the server.StringgetJdbcUrl(boolean ipOnly)Gets the URL that should be used for JDBC connections.
-
-
-
Method Detail
-
getJdbcDriver
String getJdbcDriver() throws IOException, SQLException
Gets the classname of the driver used to contact the server.- Throws:
IOExceptionSQLException
-
getJdbcUrl
String getJdbcUrl(boolean ipOnly) throws IOException, SQLException
Gets the URL that should be used for JDBC connections.- Throws:
IOExceptionSQLException
-
getJdbcDocumentationUrl
String getJdbcDocumentationUrl() throws IOException, SQLException
Gets the URL of the JDBC documentation.- Throws:
IOExceptionSQLException
-
-