Class AddForeignKeyIndexFragment
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.fragments.AddForeignKeyIndexFragment
- All Implemented Interfaces:
InstallFragment
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This class is also used within a Liquibase db changeset. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninstall
(InstallParameters params) Executes this fragments install routine and returns a report.
-
Constructor Details
-
AddForeignKeyIndexFragment
-
-
Method Details
-
install
Description copied from interface:InstallFragment
Executes this fragments install routine and returns a report. This will affect all modules.- Specified by:
install
in interfaceInstallFragment
- Returns:
- a report for this install fragment
-