Package | Description |
---|---|
org.geotools.data.jdbc.datasource | |
org.geotools.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
DBCPUnWrapper
Unwraps DBCP managed connections
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
LifecycleConnectionUnWrapper
Un-wraps the
LifecycleConnection instances |
Copyright © 1996–2019 Geotools. All rights reserved.