The Data Type category provides mappings to allow PowerDesigner to handle DBMS-specific data types correctly.
The following variables are used in many of the entries:
%n - Length of the data type
%s - Size of the data type
%p - Precision of the data type
Item |
Description |
---|---|
AmcdAmcdType |
Lists mappings to convert from specialized data types (such as XML, IVL, MEDIA, etc) to standard PowerDesigner data types. These mappings are used to help conversion from one DBMS to another, when the new DBMS does not support one or more of these specialized types. For example, if the XML data type is not supported, TXT is used. |
AmcdDataType |
Lists mappings to convert from PowerDesigner (Internal) data types to DBMS (Physical Model) data types. These mappings are used during CDM to PDM generation and with the Change Current DBMS command. Examples (ASE 15):
|
PhysDataType |
Lists mappings to convert from DBMS (Physical Model) data types to PowerDesigner (Internal) data types. These mappings are used during PDM to CDM generation and with the Change Current DBMS command. Examples (ASE 15):
|
PhysDttpSize |
Lists the storage sizes of DBMS data types. These values are used when estimating the size of a database. Examples (ASE 15):
|
OdbcPhysData Type |
Lists mappings to convert from live database (ODBC) data types to DBMS (Physical Model) data types during database reverse engineering. These mappings are used when data types are stored differently in the database (often due to the inclusion of a default size) than in the DBMS notation. Examples (ASE 15):
|
PhysOdbcData Type |
Lists mappings of DBMS (Physical Model) data types to database (ODBC) data types for use when updating and reverse engineering a database. These mappings are used when data types that are functionally equivalent but different to those specified in the PDM are found in an existing database to avoid the display of unnecessary and irrelevant differences in the Merge dialog. Examples (ASE 15):
|
PhysLogADT Type |
Lists mappings to convert from DBMS (Physical Model) abstract data types to PowerDesigner (Internal) abstract data types. These mappings are used to populate the Type field and display the appropriate properties in abstract data type property sheets and with the Change Current DBMS command. Examples (Oracle 11g):
|
LogPhysADT Type |
Lists mappings to convert from PowerDesigner (Internal) abstract data types to DBMS (Physical Model) abstract data types. These mappings are used with the Change Current DBMS command. Examples (Oracle 11g):
|
AllowedADT |
Lists the abstract data types that may be used as types for columns and domains in the DBMS. Example (ASE 15):
|
HostDataType |
Lists mappings to convert from DBMS data types (Physical Model) to data types permitted as procedure parameters (Trigger). These mappings are used to populate the Data type field in ADT procedure parameter property sheets Examples (Oracle 11g):
|