public interface DataSourceFactory
| Modifier and Type | Method and Description |
|---|---|
DataSourcePool |
createPool(String name,
DataSourceConfig config)
Create the DataSourcePool with the given configuration.
|
DataSourcePool createPool(String name, DataSourceConfig config)
name - The name of the pool.config - The configuration options.Copyright © 2018. All rights reserved.