public class GenericConnectionParameters extends BaseDbConnectionParameters implements DataSourceConfig
DataSourceConfig's parameters for the GenericConnectionProvider| Constructor and Description |
|---|
GenericConnectionParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverClassName()
Full qualifier name of the Driver Class to connect to the database
|
String |
getPassword()
Password to use to login into the database
|
String |
getUrl()
The JDBC URL to be used to connect to the database
|
String |
getUser()
User to use to login into the database
|
getTransactionIsolation, isUseXaTransactionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTlsContextFactory, getTransactionIsolation, isUseXaTransactionspublic String getUrl()
DataSourceConfiggetUrl in interface DataSourceConfigpublic String getDriverClassName()
DataSourceConfiggetDriverClassName in interface DataSourceConfigpublic String getPassword()
DataSourceConfiggetPassword in interface DataSourceConfigpublic String getUser()
DataSourceConfiggetUser in interface DataSourceConfigCopyright © 2022. All rights reserved.