| Interface | Description |
|---|---|
| ScriptEnhancer |
Enhances the generated SQL-export-script with statements or comments.
|
| Class | Description |
|---|---|
| FileBasedScriptEnhancer |
Inserts the content of the files
prolog/[INSERT|DELETE]/<TABLE>.sql
epilog/[INSERT|DELETE]/<TABLE>.sql
at top/bottom of the generated script for each table <TABLE>
for which at least one row is inserted/deleted. |
| HelperTableEnhancer |
Inserts DDL for helper tables.
|