关于powerdesigner中的data types说明

简介: 原文:关于powerdesigner中的data types说明 这一堆的数据类型看着真是头大,弄个表格对照一下。 Numeric data types Standard datatype DBMS-specific physical data type ...
原文: 关于powerdesigner中的data types说明

这一堆的数据类型看着真是头大,弄个表格对照一下。


Numeric data types


Standard datatype 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 

The following character data types are available:

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 

The following other data types are available:


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.

目录
相关文章
|
SQL 数据可视化 关系型数据库
【安装教程】【PowerDesigner 16.5】(附带安装包下载)
【安装教程】【PowerDesigner 16.5】(附带安装包下载)
4506 0
【安装教程】【PowerDesigner 16.5】(附带安装包下载)
|
定位技术 API 开发工具
如何注册和获取百度地图的密钥
如何注册和获取百度地图的密钥
848 0
如何注册和获取百度地图的密钥
|
存储 SQL NoSQL
MySQL数据库,从入门到精通:第十五篇——MySQL存储过程和函数详解
MySQL数据库,从入门到精通:第十五篇——MySQL存储过程和函数详解
319 0
|
数据采集 SQL DataWorks
|
数据采集 存储 监控
数据标准应用(二):数据标准落标监控-上篇
数据标准创建完成后,需要指定其关联的资产对象才能发挥应用价值。数据标准和资产对象的映射关系通过落标映射规则来管理,对象是否遵循了映射到的标准定义则通过落标监控规则来判断。本文为您介绍落标监控评估的基本概念和监控逻辑。Dataphin 支持通过定义标准属性和资产对象元数据字段之间的匹配关系,自动生成数据标准和资产对象的映射关联了;针对已确定的映射关系,可结合数据标准的定义对关联的资产对象进行落标监控,包括元数据监控和内容质量监控。
1275 0
|
分布式计算 Hadoop 大数据
:大数据行业部署实战3:基于Hadoop的Web版的云盘
:大数据行业部署实战3:基于Hadoop的Web版的云盘
468 0
|
JavaScript 算法 Linux
硬件工程师物料清单BOM对比工具
硬件工程师物料清单BOM对比工具
317 1
硬件工程师物料清单BOM对比工具
反演定理的介绍
反演定理(Inverse Theorem)是数学中的一个重要定理,它在代数、几何和概率论等领域都有广泛的应用。反演定理是一种通过将一个问题转化为其逆问题来解决问题的方法。本文将介绍反演定理的基本概念、证明方法和应用场景。 一、反演定理的基本概念 反演定理是一种将一个问题转化为其逆问题来解决问题的方法。它基于一个重要的观察:某些数学问题的解与其逆问题的解之间存在一种对应关系。具体来说,如果一个问题的解可以唯一地确定其逆问题的解,那么我们就可以通过解决逆问题来解决原问题。 反演定理的基本形式如下: 如果一个问题的解与其逆问题的解之间存在一种一对一的对应关系,那么我们可以通过解决逆问题来解决原问
901 0
|
BI
birt报表开发
birt报表基本功能开发
2883 0

热门文章

最新文章