Class RemoveTableLoggingChange

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

public class RemoveTableLoggingChange extends TableChangeImplBase
Represents the removal of logging mode (turning off) to a table. Subsequent operations will not be logged, if supported by target database.
  • Constructor Details

    • RemoveTableLoggingChange

      public RemoveTableLoggingChange(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