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