博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
PowerDesigner中CDM数据类型和PDM数据类型间的mapping (对应关系)详解
阅读量:5129 次
发布时间:2019-06-13

本文共 1603 字,大约阅读时间需要 5 分钟。

 

Conceptual 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)  
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
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  
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  

可配合:学习

转载于:https://www.cnblogs.com/langtianya/archive/2013/03/10/2952442.html

你可能感兴趣的文章
Python-S9——Day109-Git及Redis
查看>>
[Codeforces] 650A - Watchmen
查看>>
Linux简单地隐藏文件及显示隐藏文件
查看>>
c和c++总结
查看>>
关于Unity中的transform组件(二)
查看>>
【BZOJ】2818: Gcd(欧拉函数+质数)
查看>>
【POJ】1935 Journey(树形dp)
查看>>
计算机二级教程python第一章 程序设计语言
查看>>
假如女人是一种编程语言,你会更喜欢哪一种
查看>>
debian 64位系统中添加对32位的支持
查看>>
基于CentOS6.5或Ubuntu14.04下Suricata里搭配安装 ELK (elasticsearch, logstash, kibana)(图文详解)...
查看>>
如果遇到Hadoop集群正常,MapReduce作业运行出现错误,如何来查看作业运行日志(图文详解)...
查看>>
硬件驱动程序的知识点滴
查看>>
车牌号码正则表达式
查看>>
Tesseract 4 自行构建支持双引擎的tessdata 文件
查看>>
Find and kill the dead lock process
查看>>
CListCtrl 的应用
查看>>
mongodb
查看>>
合并指定表格指定行的相同文本的相邻单元格
查看>>
双屏幕,鼠标移动设置
查看>>