`
lydia_Study
  • 浏览: 28160 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

powerdesigner datatype

 
阅读更多

The following numeric data types are available:

 

Standard data type
DBMS-specific physical data type
Content
Length
Integer
int / INTEGER
32-bit integer

Short Integer
smallint / SMALLINT
16-bit integer

Long Integer
int / INTEGER
32-bit integer

Byte
tinyint / SMALLINT
256 values

Number
numeric / NUMBER
Numbers with a fixed decimal point
Fixed
Decimal
decimal / NUMBER
Numbers with a fixed decimal point
Fixed
Float
float / FLOAT
32-bit floating point numbers
Fixed
Short Float
real / FLOAT
Less than 32-bit point decimal number

Long Float
double precision / BINARY DOUBLE
64-bit floating point numbers

Money
money / NUMBER
Numbers with a fixed decimal point
Fixed
Serial
numeric / NUMBER
Automatically incremented numbers
Fixed
Boolean
bit / SMALLINT
Two opposing values (true/false; yes/no; 1/0)

 

Character data types :

 

Standard data type
DBMS-specific physical data type
Content
Length
Characters
char / CHAR
Character strings
Fixed
Variable Characters
varchar / VARCHAR2
Character strings
Maximum
Long Characters
varchar / CLOB
Character strings
Maximum
Long Var Characters
text / CLOB
Character strings
Maximum
Text
text / CLOB
Character strings
Maximum
Multibyte
nchar / NCHAR
Multibyte character strings
Fixed
Variable Multibyte
nvarchar / NVARCHAR2
Multibyte character strings
Maximum

 

Time data types:

 

Standard data type
DBMS-specific physical data type
Content
Length
Date
date / DATE
Day, month, year

Time
time / DATE
Hour, minute, and second

Date & Time
datetime / DATE
Date and time

Timestamp
timestamp / TIMESTAMP
System date and time


 

Other data types :

 

Standard data type
DBMS-specific physical data type
Content
Length
Binary
binary / RAW
Binary strings
Maximum
Long Binary
image / BLOB
Binary strings
Maximum
Bitmap
image / BLOB
Images in bitmap format (BMP)
Maximum
Image
image / BLOB
Images
Maximum
OLE
image / BLOB
OLE links
Maximum
Other

User-defined data type

Undefined
undefined
Undefined. Replaced by the default data type at generation.


 

 

分享到:
评论

相关推荐

    PowerDesigner数据库模型表内容大小写转换

    PowerDesigner数据库模型表内容大小写转换,可对表名称、字段名称、字段类型标识字符、主外键依赖等字符串进行大小写转换操作

    PowerDesigner16.5中文教程-数据库模型操作教程.pdf

    在使用PowerDesigner创建模型时,可能会涉及到实体(Entity)、关系(Relationship)、属性(Attributes)的定义,以及它们的通用属性(如名称、代码、注释)和数据类型(DataType)。实体是数据模型的基本单位,...

    powerdesigner导入excel生成表结构

    col.DataType = .Cells(rwIndex, 5).Value '+(.Cells(rwIndex, 6).Value + ")" ' 指定数据类型 col.Length = .Cells(rwIndex, 6).Value ' 指定长度 col.Comment = .Cells(rwIndex, 4).Value + " " + .Cells...

    Powerdesigner

    包括设置表的展示名称Name、具体的表属性Code、属性注释Comment、数据类型DataType、数据长度Length、主键选项P和非空项选项M等。 在配置完表之后,需要进行添加表关系和表关系设置,包括为表添加外键关系,以及...

    PowerDesigner使用部分详解

    col.dataType = LCase(col.dataType) Next Dim ke ' 要处理的列 For Each ke In Tab.keys ke.code = LCase(ke.code) ke.name = LCase(ke.name) Next Next Dim f ' 子文件夹 For Each f In folder....

    用excel设计表导入powerdesigner

    在IT行业中,数据库设计是至关重要的一步,PowerDesigner是一款强大的数据库设计工具,它允许开发者创建、管理和维护数据模型。在数据库设计过程中,有时我们需要利用Excel来整理和设计表结构,因为Excel提供了方便...

    PowerDesigner使用手册

    PowerDesigner是一款强大的数据库设计和管理工具,它可以帮助数据库开发者和管理员创建、管理和维护数据库模型。在本使用手册中,我们将深入探讨如何利用PowerDesigner进行数据库物理模型的创建、数据库的反向工程...

    PowerDesigner导出表到word样例(一)

    - 数据类型 (DataType) - 是否必填 (Mandatory) - 默认值 (Default) - 是否为主键 (Primary Key) - 是否为外键 (Foreign Key) #### 四、额外技巧与注意事项 1. **自定义列属性** - 为了使文档更加详尽,你还...

    PowerDesigner设计技巧

    属性包括数据类型(DataType),还可以设置是否为空(M:Mandatory),是否为主键(P:Primary Key),以及在模型图中是否显示(D:Display)。 - **实体标识(Identifiers)**:标识用来唯一标识实体的实例,可以...

    PowerDesigner使用技巧

    AS (%COMPUTE%):%20:DATATYPE% [%IDENTITY%?%IDENTITY%:[%NULL%][%NOTNULL%]][ default %DEFAULT%],其中的 %COLNNAME% 就是列的 Name 值(可以是中文)。 六、自增长列设置 在 PowerDesigner 中,自增长列可以...

    PowerDesigner16 导出word文档

    1. **选择展示元素**:通过右击“Available Items”列表,选择“Selection”,从中挑选希望在Word文档中显示的信息,如名称(name)、编码(code)、注释(Comment)、长度(length)、数据类型(Datatype)、是否为空...

    PowerDesigner中的CDM设计的外键作主键的问题

    AS (%COMPUTE%):%20:DATATYPE% [%IDENTITY%?%IDENTITY%:[%NULL%][%NOTNULL%]][ default %DEFAULT%] [[constraint %CONSTNAME%] check (%CONSTRAINT%)]]/*%COLNNAME%*/ ``` 其中的%COLNNAME%就是列的Name值(可以是...

    (完整word版)PowerDesigner16.5中文教程-数据库模型操作教程.pdf

    - 模型元素的属性定义:创建模型元素后,需要对其属性进行定义,如名称(name)、代码(code)、属性(Attributes)、数据类型(DataType)等。 由于文档中存在OCR技术识别错误,导致部分内容可能不完整或有误差,...

    PowerDesigner数据项操作.pdf

    接着,可以对新数据项的Code、DataType、Length等属性进行定制,以满足特定需求。 在数据项的管理中,唯一性代码(Unique Code)和重用选项(Allow Reuse)是两个重要的设置。通过Tools--->Model Options--->Model ...

    PowerDesigner概念模型物理模型整理.pdf

    属性有自己的名称(Name)、代码(Code)和数据类型(DataType)。在PowerDesigner中,可以通过属性设置对话框进行详细配置,还可以指定属性是否可为空(M)、是否为主键(P)以及是否在模型图中显示(D)。 **标识...

    PowerDesigner连接mysql逆向生成PDM及相关问题

    {OWNER, TABLE, COLNNAME, COLUMN, DATATYPE, NOTNULL, DEFAULT, IDENTITY, COMMENT, National, Unsigned, ZeroFill} select c.table_schema, c.table_name, c.column_comment, c.column_name, replace(replace...

    PowerDesigner 9.5 扩展模型指南.pdf

    - **DataType**:定义了分类器的数据类型。 - **DataTypeObject**:与数据类型相关的对象。 - **QualifiedDataType**:表示具有限定的数据类型。 - **UseQualifiedDataType**:是否使用限定的数据类型。 - **...

Global site tag (gtag.js) - Google Analytics