org.seasar.doma.jdbc.type
クラス JdbcTypes

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.type.JdbcTypes

public final class JdbcTypes
extends Object

JdbcType の実装のインスタンスを提供するクラスです。

作成者:
taedium

フィールドの概要
static ArrayType ARRAY
           
static BigDecimalType BIG_DECIMAL
           
static BigIntegerType BIG_INTEGER
           
static BlobType BLOB
           
static BooleanType BOOLEAN
           
static ByteType BYTE
           
static BytesType BYTES
           
static ClobType CLOB
           
static DateType DATE
           
static DoubleType DOUBLE
           
static FloatType FLOAT
           
static IntegerType INTEGER
           
static IntegerAdaptiveBooleanType INTEGER_ADAPTIVE_BOOLEAN
           
static LongType LONG
           
static NClobType NCLOB
           
static NStringType NSTRING
           
static ObjectType OBJECT
           
static ShortType SHORT
           
static StringType STRING
           
static TimeType TIME
           
static TimestampType TIMESTAMP
           
static UtilDateType UTIL_DATE
           
 
コンストラクタの概要
JdbcTypes()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ARRAY

public static final ArrayType ARRAY

BIG_DECIMAL

public static final BigDecimalType BIG_DECIMAL

BIG_INTEGER

public static final BigIntegerType BIG_INTEGER

BLOB

public static final BlobType BLOB

BOOLEAN

public static final BooleanType BOOLEAN

BYTE

public static final ByteType BYTE

BYTES

public static final BytesType BYTES

CLOB

public static final ClobType CLOB

DATE

public static final DateType DATE

DOUBLE

public static final DoubleType DOUBLE

FLOAT

public static final FloatType FLOAT

INTEGER_ADAPTIVE_BOOLEAN

public static final IntegerAdaptiveBooleanType INTEGER_ADAPTIVE_BOOLEAN

INTEGER

public static final IntegerType INTEGER

LONG

public static final LongType LONG

NCLOB

public static final NClobType NCLOB

NSTRING

public static final NStringType NSTRING

OBJECT

public static final ObjectType OBJECT

SHORT

public static final ShortType SHORT

STRING

public static final StringType STRING

TIME

public static final TimeType TIME

TIMESTAMP

public static final TimestampType TIMESTAMP

UTIL_DATE

public static final UtilDateType UTIL_DATE
コンストラクタの詳細

JdbcTypes

public JdbcTypes()


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.