Uses of Interface
org.geotools.data.jdbc.datasource.UnWrapper

Packages that use UnWrapper
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
 class DBCPUnWrapper
          Unwraps DBCP managed connections
 

Methods in org.geotools.data.jdbc.datasource that return UnWrapper
static UnWrapper DataSourceFinder.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 UnWrapper DataSourceFinder.getUnWrapper(Statement st)
          Checks each available UnWrapper implementation in turn and returns the first one which claims to support the resource identified by the params object.
 

Uses of UnWrapper in org.geotools.jdbc
 

Classes in org.geotools.jdbc that implement UnWrapper
 class LifecycleConnectionUnWrapper
          Un-wraps the LifecycleConnection instances
 



Copyright © 1996-2014 Geotools. All Rights Reserved.