Uses of Interface
org.geotools.data.jdbc.datasource.ManageableDataSource
-
Packages that use ManageableDataSource Package Description org.geotools.data.duckdb.datasource org.geotools.data.jdbc.datasource -
-
Uses of ManageableDataSource in org.geotools.data.duckdb.datasource
Classes in org.geotools.data.duckdb.datasource that implement ManageableDataSource Modifier and Type Class Description classDuckdbDataSourceA specialized JDBC DataSource implementation for DuckDB connections. -
Uses of ManageableDataSource in org.geotools.data.jdbc.datasource
Classes in org.geotools.data.jdbc.datasource that implement ManageableDataSource Modifier and Type Class Description classAbstractManageableDataSourceAn abstract wrapper created to ease the setup of aManageableDataSource, you just have to subclass and create a close methodclassDBCPDataSourceA closeable wrapper aroundBasicDataSourceMethods in org.geotools.data.jdbc.datasource that return ManageableDataSource Modifier and Type Method Description static ManageableDataSourceDataSourceUtil. 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 ManageableDataSourceDataSourceUtil. 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.
-