Class AddTableLoggingChange

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

public class AddTableLoggingChange extends TableChangeImplBase
Represents the addition of logging mode to a table, if supported by target database. Subsequent operations will be logged. Some databases place an exclusive lock on the table until this change is processed.
  • Constructor Details

    • AddTableLoggingChange

      public AddTableLoggingChange(Table table)
  • Method Details

    • 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