Uses of Class
org.geotools.jdbc.ColumnMetadata
-
Packages that use ColumnMetadata Package Description org.geotools.data.postgis org.geotools.jdbc org.h2gis.geotools -
-
Uses of ColumnMetadata in org.geotools.data.postgis
Methods in org.geotools.data.postgis with parameters of type ColumnMetadata Modifier and Type Method Description voidPostGISDialect. handleUserDefinedType(ResultSet columnMetaData, ColumnMetadata metadata, Connection cx)voidPostGISPSDialect. handleUserDefinedType(ResultSet columnMetaData, ColumnMetadata metadata, Connection cx) -
Uses of ColumnMetadata in org.geotools.jdbc
Methods in org.geotools.jdbc with parameters of type ColumnMetadata Modifier and Type Method Description voidSQLDialect. handleUserDefinedType(ResultSet columnMetaData, ColumnMetadata metadata, Connection cx)Handles the mapping for a user defined type. -
Uses of ColumnMetadata in org.h2gis.geotools
Methods in org.h2gis.geotools with parameters of type ColumnMetadata Modifier and Type Method Description voidH2GISPSDialect. handleUserDefinedType(ResultSet columnMetaData, ColumnMetadata metadata, Connection cx)
-