Class TableChange.SetOption

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

    @PublicEvolving
    public static class TableChange.SetOption
    extends Object
    implements TableChange
    A table change to set the table option.

    It is equal to the following statement:

        ALTER TABLE <table_name> SET '<key>' = '<value>';
     
    • Method Detail

      • getKey

        public String getKey()
        Returns the Option key to set.
      • getValue

        public String getValue()
        Returns the Option value to set.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object