zr.zrpower.common.db
类 dbType

java.lang.Object
  继承者 zr.zrpower.common.db.dbType
所有已实现的接口:
java.io.Serializable

public final class dbType
extends java.lang.Object
implements java.io.Serializable

智软web应用中间件公共组件包

数据库访问控制包

Copyright: Copyright (c) NFZR 2013

单元名称:dbType.java
中文解释:数据类型类
作用:定义数据库字段的数据类型
07.06.07修改,增加处理CLOB型大文本字段能力

版本:
6.1
作者:
南方智软科技
另请参见:
序列化表格

字段摘要
static dbType BLOB
           
static dbType CLOB
           
static dbType DATE
           
static dbType DATETIME
           
static dbType FLOAT
           
static dbType LONG
           
static dbType STRING
           
 
构造函数摘要
protected dbType(int iValue)
          构造函数
 
方法摘要
 int getValue()
          获取数值
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

STRING

public static final dbType STRING

FLOAT

public static final dbType FLOAT

BLOB

public static final dbType BLOB

DATE

public static final dbType DATE

DATETIME

public static final dbType DATETIME

LONG

public static final dbType LONG

CLOB

public static final dbType CLOB
构造函数详细信息

dbType

protected dbType(int iValue)
构造函数

参数:
iValue - 数值
方法详细信息

getValue

public int getValue()
获取数值

返回:
int 数值