public interface JdbcDriverInfo
extends java.io.Serializable
| 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()
Gets the name of the JDBC driver.
|
java.util.Collection<JdbcDriverProperty> |
getDriverProperties()
Gets all the JDBC driver properties, and their values.
|
java.lang.String |
getDriverVersion()
Gets the JDBC driver version.
|
boolean |
isJdbcCompliant()
Reports whether this JDBC driver is a genuine JDBC Compliant
TM driver.
|
java.lang.String getConnectionUrl()
java.lang.String getDriverClassName()
java.lang.String getDriverName()
java.util.Collection<JdbcDriverProperty> getDriverProperties()
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.