Class HistoryTableUpdate
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.HistoryTableUpdate
Bean holding comments relating to a history table that needs to have it's
associated triggers/function updated due to columns added/dropped/included
or excluded.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHistoryTableUpdate(String baseTable)Construct with a given base table name. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(HistoryTableUpdate.Change change, String column)Add a comment for column added, dropped, included or excluded.Return a description of the changes that cause the history trigger/function to be regenerated (added, included, excluded and dropped columns).Return the base table name.
-
Constructor Details
-
HistoryTableUpdate
Construct with a given base table name.
-
-
Method Details
-
description
Return a description of the changes that cause the history trigger/function to be regenerated (added, included, excluded and dropped columns). -
add
Add a comment for column added, dropped, included or excluded. -
getBaseTable
Return the base table name.
-