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 classDataColumnConstraint.EnumA enumeration restriction, with possible values and their descriptionstatic classDataColumnConstraint.GlobA SQLite GLOB restrictionstatic classDataColumnConstraint.Range<T extends Number & Comparable<? super T>>A numeric range restrictionMethods in org.geotools.geopkg that return DataColumnConstraint Modifier and Type Method Description DataColumnConstraintDataColumn. getConstraint()DataColumnConstraintGeoPkgSchemaExtension. 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 voidGeoPkgSchemaExtension. addConstraint(Connection cx, DataColumnConstraint constraint)voidGeoPkgSchemaExtension. addConstraint(DataColumnConstraint constraint)voidDataColumn. setConstraint(DataColumnConstraint constraint)
-