public class JDBCPoolSQLConfig extends SQLConfig
| Constructor and Description |
|---|
JDBCPoolSQLConfig(DataService dataService,
String configId,
String type,
Map<String,String> properties,
boolean odataEnable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ODataDataHandler |
createODataHandler() |
int |
getActiveConnectionCount() |
org.apache.tomcat.jdbc.pool.DataSource |
getDataSource() |
int |
getIdleConnectionCount() |
boolean |
isStatsAvailable() |
createConnection, createConnection, getAutoCommit, getPrimaryDynAuth, getSecondaryDynAuth, getValidationQuery, hasJDBCBatchUpdateSupport, initSQLDataSource, isActive, isResultSetFieldsCaseSensitivegetConfigId, getDataService, getProperties, getProperty, getType, isODataEnabled, toStringpublic JDBCPoolSQLConfig(DataService dataService, String configId, String type, Map<String,String> properties, boolean odataEnable) throws DataServiceFault
DataServiceFaultpublic org.apache.tomcat.jdbc.pool.DataSource getDataSource()
throws DataServiceFault
getDataSource in class SQLConfigDataServiceFaultpublic boolean isStatsAvailable()
isStatsAvailable in class SQLConfigpublic int getActiveConnectionCount()
throws DataServiceFault
getActiveConnectionCount in class SQLConfigDataServiceFaultpublic int getIdleConnectionCount()
throws DataServiceFault
getIdleConnectionCount in class SQLConfigDataServiceFaultpublic ODataDataHandler createODataHandler() throws DataServiceFault
createODataHandler in class ConfigDataServiceFaultCopyright © 2017 WSO2. All rights reserved.