Class TableChange.DropConstraint

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

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

    It is equal to the following statement:

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

      • getConstraintName

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

        public int hashCode()
        Overrides:
        hashCode in class Object