您的位置:首页 > 数据库

powerdesigner 数据类型与数据库数据类型对应

2013-01-08 15:21 323 查看
The following numeric data types are available:

Standard data typeDBMS-specific physical data typeContentLength
Integerint / INTEGER32-bit integer
Short Integersmallint / SMALLINT16-bit integer
Long Integerint / INTEGER32-bit integer
Bytetinyint / SMALLINT256 values
Numbernumeric / NUMBERNumbers with a fixed decimal pointFixed
Decimaldecimal / NUMBERNumbers with a fixed decimal pointFixed
Floatfloat / FLOAT32-bit floating point numbersFixed
Short Floatreal / FLOATLess than 32-bit point decimal number
Long Floatdouble precision / BINARY DOUBLE64-bit floating point numbers
Moneymoney / NUMBERNumbers with a fixed decimal pointFixed
Serialnumeric / NUMBERAutomatically incremented numbersFixed
Booleanbit / SMALLINTTwo opposing values (true/false; yes/no; 1/0)
Character data types

The following character data types are available:

Standard data typeDBMS-specific physical data typeContentLength
Characterschar / CHARCharacter stringsFixed
Variable Charactersvarchar / VARCHAR2Character stringsMaximum
Long Charactersvarchar / CLOBCharacter stringsMaximum
Long Var Characterstext / CLOBCharacter stringsMaximum
Texttext / CLOBCharacter stringsMaximum
Multibytenchar / NCHARMultibyte character stringsFixed
Variable Multibytenvarchar / NVARCHAR2Multibyte character stringsMaximum
Time data types
The following time data types are available:

Standard data typeDBMS-specific physical data typeContentLength
Datedate / DATEDay, month, year
Timetime / DATEHour, minute, and second
Date & Timedatetime / DATEDate and time
Timestamptimestamp / TIMESTAMPSystem date and time
Other data types
The following other data types are available:

Standard data typeDBMS-specific physical data typeContentLength
Binarybinary / RAWBinary stringsMaximum
Long Binaryimage / BLOBBinary stringsMaximum
Bitmapimage / BLOBImages in bitmap format (BMP)Maximum
Imageimage / BLOBImagesMaximum
OLEimage / BLOBOLE linksMaximum
OtherUser-defined data type
UndefinedundefinedUndefined. Replaced by the default data type at generation.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: