public interface JdbcDriverInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionUrl()
Gets the database connection URL.
|
String |
getDriverClassName()
Gets the class name of the JDBC driver.
|
String |
getDriverName()
Gets the name of the JDBC driver.
|
Collection<JdbcDriverProperty> |
getDriverProperties()
Gets all the JDBC driver properties, and their values.
|
String |
getDriverVersion()
Gets the JDBC driver version.
|
boolean |
isJdbcCompliant()
Reports whether this JDBC driver is a genuine JDBC Compliant
TM driver.
|
String getConnectionUrl()
String getDriverClassName()
String getDriverName()
Collection<JdbcDriverProperty> getDriverProperties()
String getDriverVersion()
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-2017 Sualeh Fatehi. All rights reserved.