zoukankan      html  css  js  c++  java
  • PowerDesigner中CDM数据类型和PDM数据类型间的mapping (对应关系)详解

    Conceptual data typeDBMS-specific physical data typeContentLength
    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  

    可配合:http://www.cnblogs.com/langtianya/p/3145818.html学习

  • 相关阅读:
    让用户舒服起来 10个改善UI的技术
    Powerpoint快捷键大全
    自制Flash FLV视频播放器
    Firefox与IE在CSS样式表中的差异
    让你每天都充满积极性的五个方法
    asp.net 2实用技术汇总
    春季要健康 “排毒”三步走
    皮肤变好必遵守洗脸九法
    经典博客收集
    教你一招让网页用上漂亮的11PX中文字体
  • 原文地址:https://www.cnblogs.com/langtianya/p/2952442.html
Copyright © 2011-2022 走看看