Class ColumnAutoUpdateChange

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

public class ColumnAutoUpdateChange extends TableChangeImplBase
  • Constructor Details

    • ColumnAutoUpdateChange

      public ColumnAutoUpdateChange(Table table, Column column)
  • Method Details

    • getColumn

      public Column getColumn()
    • 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