落葉一飄

有時候感覺自己就像一片落葉,飄離枝頭后,就迷失了方向,永遠找不著歸宿……

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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

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

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.

posted on 2011-09-09 14:48  落葉一飄  阅读(338)  评论(0)    收藏  举报