public interface ConnectionInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionUrl()
Gets the database connection URL.
|
String |
getDatabaseProductName()
Gets the name of the database product.
|
String |
getDatabaseProductVersion()
Gets the version of the database product.
|
String |
getDriverClassName()
Gets the Java 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.
|
String |
getDriverName()
Gets the name of the JDBC driver.
|
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.
|
String |
getUserName()
Gets the database user name.
|
String getConnectionUrl()
String getDatabaseProductName()
String getDatabaseProductVersion()
String getDriverClassName()
int getDriverMajorVersion()
int getDriverMinorVersion()
String getDriverName()
String getDriverVersion()
int getJdbcMajorVersion()
SQLException - if a database access error occursint getJdbcMinorVersion()
SQLException - if a database access error occursString getUserName()
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.