public class C3p0PooledDataSourceFactory extends Object implements JdbcDataSourceFactory
| Modifier and Type | Field and Description |
|---|---|
String |
DEFAULT_DATASOURCE_NAME |
static String |
JDBC_CLUSTER_STORE_C3P0_DATASOURCE_NAME |
static String |
JDBC_CLUSTER_STORE_C3P0_INITIAL_POOL_SIZE |
static String |
JDBC_CLUSTER_STORE_C3P0_MAX_IDLE_TIME |
static String |
JDBC_CLUSTER_STORE_C3P0_MAX_POOL_SIZE |
static String |
JDBC_CLUSTER_STORE_C3P0_MIN_POOL_SIZE |
| Constructor and Description |
|---|
C3p0PooledDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
createDataSource(JdbcMapStoreDataSourceConfiguration dataSourceConfiguration) |
public static String JDBC_CLUSTER_STORE_C3P0_INITIAL_POOL_SIZE
public static String JDBC_CLUSTER_STORE_C3P0_MAX_IDLE_TIME
public static String JDBC_CLUSTER_STORE_C3P0_MAX_POOL_SIZE
public static String JDBC_CLUSTER_STORE_C3P0_MIN_POOL_SIZE
public static String JDBC_CLUSTER_STORE_C3P0_DATASOURCE_NAME
public String DEFAULT_DATASOURCE_NAME
public DataSource createDataSource(JdbcMapStoreDataSourceConfiguration dataSourceConfiguration) throws PropertyVetoException
createDataSource in interface JdbcDataSourceFactoryPropertyVetoExceptionCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.