@DisplayName(value="Generic Connection") @Alias(value="generic") public class GenericConnectionProvider extends DbConnectionProvider
ConnectionProvider that creates connections for any kind of database using a JDBC URL
and the required JDBC Driver Class| Constructor and Description |
|---|
GenericConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
Optional<DataSource> |
getDataSource() |
Optional<DataSourceConfig> |
getDataSourceConfig() |
connect, createDbConnection, disconnect, dispose, getConfiguredDataSource, initialise, resolveCustomTypes, validatepublic Optional<DataSource> getDataSource()
getDataSource in class DbConnectionProviderpublic Optional<DataSourceConfig> getDataSourceConfig()
getDataSourceConfig in class DbConnectionProviderCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.