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 class
DBCPUnWrapper
Unwraps DBCP managed connectionsMethods in org.geotools.data.jdbc.datasource that return UnWrapper Modifier and Type Method 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 availableUnWrapper
implementation 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 class
LifecycleConnectionUnWrapper
Un-wraps theLifecycleConnection
instancesFields in org.geotools.jdbc declared as UnWrapper Modifier and Type Field Description protected static UnWrapper
SQLDialect. UNWRAPPER_NOT_FOUND
Sentinel 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. uwMap
Map ofUnWrapper
objects keyed by the class ofConnection
it is an unwrapper for.
-