• PowerDesigner12.5 数据类型


     【声明】转载自:http://blog.csdn.net/kunlong0909/article/details/7039918

    Numeric data types

    Standard datatypeDBMS-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)
    Character data types 

    The following character data types are available:

     
    Standard data typeDBMS-specific physical data typeContentLength
    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 typeDBMS-specific physical data typeContentLength
    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 typeDBMS-specific physical data typeContentLength
    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.
  • 相关阅读:
    随便 构思 一个 计算 解析积分 的 简单 的 数学软件
    为什么要 拿 光 的 干涉条纹 宽度 变化 作为 判断 光速 变化 的 依据 ?
    相对论 的 几个问题
    设计 逻辑电路 的 开关元件 (2)
    设计 逻辑电路 的 开关元件
    用 逻辑电路 实现一个 开平方 算法
    小梦 在 民科吧 发了一个 用 四则运算 开平方 的 帖
    物理学 的 基本原理
    和 小梦 探讨 一个 经典力学 问题
    二分法 比 跨越步进法 快
  • 原文地址:https://www.cnblogs.com/denghuachengle/p/3488618.html
Copyright © 2020-2023  润新知