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