PowerDesigner can use variables in the generation and reverse-engineering of tables.
Variable |
Comment |
---|---|
%TABLE% |
Generated code of Table |
%TNAME% |
Name of Table |
%TCODE% |
Code of Table |
%TLABL% |
Comment of Table |
%PKEYCOLUMNS% |
List of primary key columns. Ex: A, B |
%TABLDEFN% |
Complete body of Table definition. It contains definition of columns, checks and keys |
%CLASS% |
Abstract data type name |
%CLUSTERCOLUMNS% |
List of columns used for a cluster |