Class ModelChange.ResetOption

  • All Implemented Interfaces:
    ModelChange
    Enclosing interface:
    ModelChange

    @PublicEvolving
    public static class ModelChange.ResetOption
    extends Object
    implements ModelChange
    A model change to reset the model option.

    It is equal to the following statement:

        ALTER MODEL <model_name> RESET (key);
     
    • Constructor Detail

      • ResetOption

        public ResetOption​(String key)