Model transformation parameters

The following table lists the parameters that apply to the UML model element.

Qualify table names with schema
When selected, all references to database objects will be qualified with the schema name.
Use EGL Libraries for data access
Specifies whether libraries for all data access routines are generated.
True
Libraries are produced. This is the default value.
False
Services are generated
Component layers to generate
Specifies what type of information is generated during the transformation.
UI, Data Access, and Data
MDD will produce data definitions, data access (CRUD) routines, Pagehandlers, and JSPs
Data Access and Data
Data definitions and access routines are produced.
Data
Only data definitions are produced.
Target database type
Specifies which database will be used. This affects the data type mappings that are used to map EGL primitive data types to database types. The default value is DB2® UDB 8.2.
Use delimited SQL identifiers
Specifies that we should use delimited identifiers when referencing database objects in the generated DDL, data definitions, and explicit SQL statements. Double quotes (“) are used as the delimiting character.

Feedback