|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManageableDataSource | |
---|---|
org.geotools.data.db2 | |
org.geotools.data.jdbc.datasource | |
org.geotools.data.postgis |
Uses of ManageableDataSource in org.geotools.data.db2 |
---|
Methods in org.geotools.data.db2 that return ManageableDataSource | |
---|---|
static ManageableDataSource |
DB2DataStoreFactory.getDefaultDataSource(String url,
String user,
String passwd,
int maxActive,
int minIdle,
boolean validate)
|
Uses of ManageableDataSource in org.geotools.data.jdbc.datasource |
---|
Classes in org.geotools.data.jdbc.datasource that implement ManageableDataSource | |
---|---|
class |
AbstractManageableDataSource
An abstract wrapper created to ease the setup of a ManageableDataSource , you just have to subclass and create a close
method |
class |
DBCPDataSource
A closeable wrapper around BasicDataSource |
Methods in org.geotools.data.jdbc.datasource that return ManageableDataSource | |
---|---|
static ManageableDataSource |
DataSourceUtil.buildDefaultDataSource(String url,
String driverName,
String username,
String password,
int maxActive,
int minIdle,
String validationQuery,
boolean cachePreparedStatements,
int removeAbandonedTimeout)
Builds up a default DBCP DataSource that easy to use connection factories can use to setup a connection pool. |
static ManageableDataSource |
DataSourceUtil.buildDefaultDataSource(String url,
String driverName,
String username,
String password,
String validationQuery)
Builds up a default DBCP DataSource that easy to use connection factories can use to setup a connection pool. |
Uses of ManageableDataSource in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that return ManageableDataSource | |
---|---|
static ManageableDataSource |
PostgisDataStoreFactory.getDefaultDataSource(String host,
String user,
String passwd,
int port,
String database,
int maxActive,
int minIdle,
boolean validate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |