Package org.jumpmind.db.alter
Class AddTableLoggingChange
java.lang.Object
org.jumpmind.db.alter.TableChangeImplBase
org.jumpmind.db.alter.AddTableLoggingChange
- All Implemented Interfaces:
IModelChange
,TableChange
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 Summary
Constructors -
Method Summary
Methods inherited from class org.jumpmind.db.alter.TableChangeImplBase
getChangedTable
-
Constructor Details
-
AddTableLoggingChange
-
-
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
-