Uses of Interface
org.geotools.data.jdbc.datasource.UnWrapper
- 
Packages that use UnWrapper Package Description org.geotools.data.jdbc.datasource org.geotools.jdbc  - 
- 
Uses of UnWrapper in org.geotools.data.jdbc.datasource
Classes in org.geotools.data.jdbc.datasource that implement UnWrapper Modifier and Type Class Description classDBCPUnWrapperUnwraps DBCP managed connectionsMethods in org.geotools.data.jdbc.datasource that return UnWrapper Modifier and Type Method Description static UnWrapperDataSourceFinder. getUnWrapper(Connection conn)Checks each available datasource implementation in turn and returns the first one which claims to support the resource identified by the params object.static UnWrapperDataSourceFinder. getUnWrapper(Statement st)Checks each availableUnWrapperimplementation in turn and returns the first one which claims to support the resource identified by the params object.Methods in org.geotools.data.jdbc.datasource that return types with arguments of type UnWrapper Modifier and Type Method Description static Iterator<UnWrapper>DataSourceFinder. getUnWrappers()Finds all implementations of UnWrapper which have registered using the services mechanism, and that have the appropriate libraries on the classpath. - 
Uses of UnWrapper in org.geotools.jdbc
Classes in org.geotools.jdbc that implement UnWrapper Modifier and Type Class Description classLifecycleConnectionUnWrapperUn-wraps theLifecycleConnectioninstancesFields in org.geotools.jdbc declared as UnWrapper Modifier and Type Field Description protected static UnWrapperSQLDialect. UNWRAPPER_NOT_FOUNDSentinel value used to mark that the unwrapper lookup happened already, and an unwrapper was not foundFields in org.geotools.jdbc with type parameters of type UnWrapper Modifier and Type Field Description protected Map<Class<? extends Connection>,UnWrapper>SQLDialect. uwMapMap ofUnWrapperobjects keyed by the class ofConnectionit is an unwrapper for. 
 -