org.seasar.extension.dataset.types
クラス ColumnTypes

java.lang.Object
  拡張org.seasar.extension.dataset.types.ColumnTypes

public class ColumnTypes
extends Object

作成者:
higa

フィールドの概要
static ColumnType BIGDECIMAL
           
static ColumnType BINARY
           
static ColumnType BOOLEAN
           
static ColumnType NOT_TRIM_STRING
           
static ColumnType OBJECT
           
static ColumnType STRING
           
static ColumnType TIMESTAMP
           
 
コンストラクタの概要
ColumnTypes()
           
 
メソッドの概要
static ColumnType getColumnType(Class clazz)
           
static ColumnType getColumnType(int type)
           
static ColumnType getColumnType(Object value)
           
static ValueType getValueType(int type)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

STRING

public static final ColumnType STRING

NOT_TRIM_STRING

public static final ColumnType NOT_TRIM_STRING

BIGDECIMAL

public static final ColumnType BIGDECIMAL

TIMESTAMP

public static final ColumnType TIMESTAMP

BINARY

public static final ColumnType BINARY

OBJECT

public static final ColumnType OBJECT

BOOLEAN

public static final ColumnType BOOLEAN
コンストラクタの詳細

ColumnTypes

public ColumnTypes()
メソッドの詳細

getValueType

public static ValueType getValueType(int type)

getColumnType

public static ColumnType getColumnType(int type)

getColumnType

public static ColumnType getColumnType(Object value)

getColumnType

public static ColumnType getColumnType(Class clazz)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.