Uses of Class
mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Packages that use DataColumnConstraintType Package Description mil.nga.geopackage.extension.schema.constraints -
-
Uses of DataColumnConstraintType in mil.nga.geopackage.extension.schema.constraints
Methods in mil.nga.geopackage.extension.schema.constraints that return DataColumnConstraintType Modifier and Type Method Description static DataColumnConstraintTypeDataColumnConstraintType. fromValue(String value)Get the type from the valueDataColumnConstraintTypeDataColumnConstraints. getConstraintType()static DataColumnConstraintTypeDataColumnConstraintType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataColumnConstraintType[]DataColumnConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension.schema.constraints with parameters of type DataColumnConstraintType Modifier and Type Method Description DataColumnConstraintsDataColumnConstraintsDao. queryByUnique(String constraintName, DataColumnConstraintType constraintType, String value)Query by the unique column valuesvoidDataColumnConstraints. setConstraintType(DataColumnConstraintType constraintType)
-