| Name | Description | Type | Package | Framework |
| AbstractDataSourceFactorySpi | Class | org.geotools.data.jdbc.datasource | GeoTools | |
| AbstractManageableDataSource | An abstract wrapper created to ease the setup of a ManageableDataSource, you just have to subclass and create a close | Class | org.geotools.data.jdbc.datasource | GeoTools |
| DataSourceFactorySpi | Constructs a live DataSource from a set of parameters. | Interface | org.geotools.data.jdbc.datasource | GeoTools |
| DataSourceFinder | Enable programs to find all available DataSourceFactorySpi implementations. | Class | org.geotools.data.jdbc.datasource | GeoTools |
| DataSourceUtil | Utility methods to build a default connection poolAuthor:Andrea Aime - TOPP | Class | org.geotools.data.jdbc.datasource | GeoTools |
| DBCPDataSource | A closeable wrapper around BasicDataSourceAuthor:Administrator | Class | org.geotools.data.jdbc.datasource | GeoTools |
| DBCPDataSourceFactory | A datasource factory using DBCP connection poolAuthor:Andrea Aime - TOPP | Class | org.geotools.data.jdbc.datasource | GeoTools |
| DBCPUnWrapper | Unwraps DBCP managed connectionsAuthor:Andrea Aime - TOPP | Class | org.geotools.data.jdbc.datasource | GeoTools |
| FIDMapper | The FIDMapper interface manages the mapping of feature id to the identifiers provided in a database. | Interface | org.geotools.data.jdbc.fidmapper | GeoTools |
| FilterToSQL | Encodes a filter into a SQL WHERE statement. | Class | org.geotools.data.jdbc | GeoTools |
| FilterToSQL .FieldEncoder | FilterToSQL we are using. | Interface | org.geotools.data.jdbc.FilterToSQL | GeoTools |
| FilterToSQLException | Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems. | Class | org.geotools.data.jdbc | GeoTools |
| JDBCUtils | Utility class helping developers to safely clean up after connections. | Class | org.geotools.data.jdbc | GeoTools |
| JNDIDataSourceFactory | A datasource factory SPI doing JDNI lookupsAuthor:Administrator | Class | org.geotools.data.jdbc.datasource | GeoTools |
| ManageableDataSource | Closes up the datasource, frees all of its resources. | Interface | org.geotools.data.jdbc.datasource | GeoTools |
| UnWrapper | Generic Connection unwrapper. | Interface | org.geotools.data.jdbc.datasource | GeoTools |