Class AddFunctionChange

java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.AddFunctionChange
All Implemented Interfaces:
IModelChange, TableChange

public class AddFunctionChange extends TableChangeImplBase
  • Constructor Details

    • AddFunctionChange

      public AddFunctionChange(Table table, Trigger trigger, Function newFunction)
  • Method Details

    • getNewFunction

      public Function getNewFunction()
    • apply

      public void apply(Database database, boolean caseSensitive)
      Description copied from interface: IModelChange
      Applies this change to the given database.
      Parameters:
      database - The database
      caseSensitive - Whether the case of names matters