| Package | Description |
|---|---|
| net.sf.jailer.configuration | |
| net.sf.jailer.enhancer |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ScriptEnhancer> |
Configuration.getScriptEnhancer()
Gets the scipt-enhancer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
HelperTableEnhancer
Inserts DDL for helper tables.
|