Uses of Class
org.apache.flink.table.catalog.Constraint.ConstraintType
-
Packages that use Constraint.ConstraintType Package Description org.apache.flink.table.catalog -
-
Uses of Constraint.ConstraintType in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return Constraint.ConstraintType Modifier and Type Method Description Constraint.ConstraintTypeConstraint. getType()Tells what kind of constraint it is, e.g.Constraint.ConstraintTypeUniqueConstraint. getType()static Constraint.ConstraintTypeConstraint.ConstraintType. valueOf(String name)Returns the enum constant of this type with the specified name.static Constraint.ConstraintType[]Constraint.ConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-