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.
|
int |
getDriverMajorVersion()
Retrieves JDBC driver's major version number.
|
int |
getDriverMinorVersion()
Retrieves this JDBC driver's minor version number.
|
default String |
getDriverName()
Gets the name of the JDBC driver.
|
Collection<JdbcDriverProperty> |
getDriverProperties()
Gets all the JDBC driver properties, and their values.
|
default String |
getDriverVersion()
Gets the version of the JDBC driver.
|
int |
getJdbcMajorVersion()
Gets the major JDBC version number supported by JDBC driver.
|
int |
getJdbcMinorVersion()
Gets the minor JDBC version number supported by JDBC driver.
|
boolean |
hasDriverClassName()
Whether the JDBC driver class name is available.
|
boolean |
isJdbcCompliant()
Reports whether this JDBC driver is a genuine JDBC Compliant TM
driver.
|
getProductName, getProductVersionString getConnectionUrl()
String getDriverClassName()
int getDriverMajorVersion()
int getDriverMinorVersion()
default String getDriverName()
Collection<JdbcDriverProperty> getDriverProperties()
default String getDriverVersion()
int getJdbcMajorVersion()
SQLException - if a database access error occursint getJdbcMinorVersion()
SQLException - if a database access error occursboolean hasDriverClassName()
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-2024 Sualeh Fatehi. All rights reserved.