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

Packages that use UnWrapper
org.geotools.data.jdbc.datasource   
 

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(java.sql.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(java.sql.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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.