Chapter 3 DBMS Reference Guide
Uppercase only. When generating a script from a PDM, all objects (tables, columns, constraints, index, and so on) can be forced to be generated in uppercase independently from the model Naming Conventions (uppercase, lowercase, or mixed case) and the PDM codes.
Value | Result |
---|---|
Yes | Forces all generated script characters to uppercase |
No | Generates all script unchanged from the way objects are written in the model (uppercase, lowercase or mixed case is kept) |
UpperCaseOnly = NO
Conflict between UpperCaseOnly and LowerCaseOnly
The UpperCaseOnly
field is ignored if UpperCaseOnly
and LowerCaseOnly
entries are both set to Yes
. In this case, the PowerDesigner script is generated in lowercase
.
Copyright (C) 2005. Sybase Inc. All rights reserved. |