Uses of Enum
org.apache.flink.table.legacy.api.constraints.Constraint.ConstraintType
Packages that use Constraint.ConstraintType
-
Uses of Constraint.ConstraintType in org.apache.flink.table.legacy.api.constraints
Methods in org.apache.flink.table.legacy.api.constraints that return Constraint.ConstraintTypeModifier and TypeMethodDescriptionConstraint.getType()Deprecated.Tells what kind of constraint it is, e.g.UniqueConstraint.getType()Deprecated.static Constraint.ConstraintTypeReturns 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.