|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |