Class TableChange.DropConstraint

java.lang.Object
org.apache.flink.table.catalog.TableChange.DropConstraint
All Implemented Interfaces:
TableChange, TableChange.CatalogTableChange
Enclosing interface:
TableChange

@PublicEvolving public static class TableChange.DropConstraint extends Object implements TableChange.CatalogTableChange
A table change to drop the constraints.

It is equal to the following statement:

    ALTER TABLE <table_name> DROP CONSTRAINT <constraint_name>
 
  • Method Details

    • getConstraintName

      public String getConstraintName()
      Returns the constraint name.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object