Uses of Class
org.geotools.jdbc.PrimaryKeyColumn
Packages that use PrimaryKeyColumn
-
Uses of PrimaryKeyColumn in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type PrimaryKeyColumnModifier and TypeMethodDescriptionGeoPkgDialect.getPkColumnValue
(ResultSet rs, PrimaryKeyColumn pkey, int columnIdx) -
Uses of PrimaryKeyColumn in org.geotools.jdbc
Subclasses of PrimaryKeyColumn in org.geotools.jdbcModifier and TypeClassDescriptionclass
Represents a column of a primary key whose values are auto generated by the database.class
Represents a column of a primary key which is not auto incrementing.class
Represents a column of a primary key which has an associated sequence used to generate its values.Methods in org.geotools.jdbc that return PrimaryKeyColumnMethods in org.geotools.jdbc that return types with arguments of type PrimaryKeyColumnMethods in org.geotools.jdbc with parameters of type PrimaryKeyColumnModifier and TypeMethodDescriptionSQLDialect.getPkColumnValue
(ResultSet rs, PrimaryKeyColumn pkey, int columnIdx) Reads a primary key column value.Constructor parameters in org.geotools.jdbc with type arguments of type PrimaryKeyColumn