Uses of Class
org.geotools.geopkg.DataColumnConstraint
Packages that use DataColumnConstraint
-
Uses of DataColumnConstraint in org.geotools.geopkg
Subclasses of DataColumnConstraint in org.geotools.geopkgModifier and TypeClassDescriptionstatic class
A enumeration restriction, with possible values and their descriptionstatic class
A SQLite GLOB restrictionstatic class
DataColumnConstraint.Range<T extends Number & Comparable<? super T>>
A numeric range restrictionMethods in org.geotools.geopkg that return DataColumnConstraintModifier and TypeMethodDescriptionDataColumn.getConstraint()
GeoPkgSchemaExtension.getConstraint
(String contraintName) Returns the constraint by name, or sets to null if missingMethods in org.geotools.geopkg with parameters of type DataColumnConstraintModifier and TypeMethodDescriptionvoid
GeoPkgSchemaExtension.addConstraint
(Connection cx, DataColumnConstraint constraint) void
GeoPkgSchemaExtension.addConstraint
(DataColumnConstraint constraint) void
DataColumn.setConstraint
(DataColumnConstraint constraint)