public interface JdbcProvider
A
JDBCProvider
provides connection information for a JDBC-enabled database.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionGets the URL of the JDBC documentation.Gets the classname of the driver used to contact the server.getJdbcUrl
(boolean ipOnly) Gets the URL that should be used for JDBC connections.
-
Method Details
-
getJdbcDriver
Gets the classname of the driver used to contact the server.- Throws:
IOException
SQLException
-
getJdbcUrl
Gets the URL that should be used for JDBC connections.- Throws:
IOException
SQLException
-
getJdbcDocumentationUrl
Gets the URL of the JDBC documentation.- Throws:
IOException
SQLException
-