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