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.postgisMethods 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.jdbcMethods 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.geotoolsMethods in org.h2gis.geotools with parameters of type ColumnMetadata Modifier and Type Method Description voidH2GISPSDialect. handleUserDefinedType(ResultSet columnMetaData, ColumnMetadata metadata, Connection cx)
 
-