Uses of Interface
org.geotools.data.jdbc.datasource.UnWrapper
Packages that use UnWrapper
-
Uses of UnWrapper in org.geotools.data.jdbc.datasource
Classes in org.geotools.data.jdbc.datasource that implement UnWrapperMethods in org.geotools.data.jdbc.datasource that return UnWrapperModifier and TypeMethodDescriptionstatic 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 UnWrapperModifier and TypeMethodDescriptionDataSourceFinder.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 UnWrapperModifier and TypeClassDescriptionclass
Un-wraps theLifecycleConnection
instancesFields in org.geotools.jdbc declared as UnWrapperModifier and TypeFieldDescriptionprotected static final 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 UnWrapperModifier and TypeFieldDescriptionprotected final Map<Class<? extends Connection>,
UnWrapper> SQLDialect.uwMap
Map ofUnWrapper
objects keyed by the class ofConnection
it is an unwrapper for.