Prev | Next |
Base Templates for Alter DDL Generation
The DDL Template Framework consists of a number of base templates for Alter DDL generation. Each base template generates DDL statement(s) based on the detected Action that must be undertaken to synchronize the data model and live database.
Templates
This table lists and briefly describes the base templates used for Alter DDL generation.
Template |
Description |
---|---|
DDL Diff Column |
Invoked directly by Enterprise Architect for each Table Column difference that was detected. |
DDL Diff Constraint |
Invoked directly by Enterprise Architect for each Table Constraint difference that was detected. |
DDL Diff Table |
Invoked directly by Enterprise Architect for each Table difference that was detected. |
DDL Diff View |
Invoked directly by Enterprise Architect for each View difference that was detected. |
DDL Diff Procedure |
Invoked directly by Enterprise Architect for each Stored Procedure difference that was detected. |
DDL Diff Function |
Invoked directly by Enterprise Architect for each Function difference that was detected. |
DDL Diff Sequence |
Invoked directly by Enterprise Architect for each Sequence difference that was detected. |