Uses of Class
org.apache.flink.table.legacy.api.constraints.Constraint.ConstraintType
-
Packages that use Constraint.ConstraintType Package Description org.apache.flink.table.legacy.api.constraints -
-
Uses of Constraint.ConstraintType in org.apache.flink.table.legacy.api.constraints
Methods in org.apache.flink.table.legacy.api.constraints that return Constraint.ConstraintType Modifier and Type Method Description Constraint.ConstraintTypeConstraint. getType()Deprecated.Tells what kind of constraint it is, e.g.Constraint.ConstraintTypeUniqueConstraint. getType()Deprecated.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.
-