Package org.jumpmind.db.alter
Class RemoveTableLoggingChange
java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.RemoveTableLoggingChange
- All Implemented Interfaces:
IModelChange
,TableChange
Represents the removal of logging mode (turning off) to a table. Subsequent operations will not be logged, if supported by target database.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jumpmind.db.alter.TableChangeImplBase
getChangedTable
-
Constructor Details
-
RemoveTableLoggingChange
-
-
Method Details
-
apply
Description copied from interface:IModelChange
Applies this change to the given database.- Parameters:
database
- The databasecaseSensitive
- Whether the case of names matters
-