public interface JdbcDriverInfo extends ProductVersion
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionUrl()
Gets the database connection URL.
|
String |
getDriverClassName()
Gets the class name of the JDBC driver.
|
Collection<JdbcDriverProperty> |
getDriverProperties()
Gets all the JDBC driver properties, and their values.
|
boolean |
isJdbcCompliant()
Reports whether this JDBC driver is a genuine JDBC Compliant TM
driver.
|
getProductName, getProductVersionString getConnectionUrl()
String getDriverClassName()
Collection<JdbcDriverProperty> getDriverProperties()
boolean isJdbcCompliant()
JDBC compliance requires full support for the JDBC API and full support for SQL 92 Entry Level.
true if this driver is JDBC Compliant; false otherwiseCopyright © 2000-2021 Sualeh Fatehi. All rights reserved.