インタフェース
org.seasar.extension.jdbc.ValueType の使用

ValueType を使用しているパッケージ
org.seasar.extension.dataset.types   
org.seasar.extension.jdbc   
org.seasar.extension.jdbc.impl   
org.seasar.extension.jdbc.types   
 

org.seasar.extension.dataset.types での ValueType の使用
 

ValueType を返す org.seasar.extension.dataset.types のメソッド
static ValueType ColumnTypes.getValueType(int type)
           
 

org.seasar.extension.jdbc での ValueType の使用
 

ValueType を返す org.seasar.extension.jdbc のメソッド
 ValueType PropertyType.getValueType()
           
 

org.seasar.extension.jdbc.impl での ValueType の使用
 

ValueType を返す org.seasar.extension.jdbc.impl のメソッド
 ValueType PropertyTypeImpl.getValueType()
           
protected  ValueType BasicHandler.getValueType(Class clazz)
           
 

ValueType 型のパラメータを持つ org.seasar.extension.jdbc.impl のコンストラクタ
PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc, ValueType valueType)
           
PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc, ValueType valueType, String columnName)
           
PropertyTypeImpl(String propertyName, ValueType valueType)
           
 

org.seasar.extension.jdbc.types での ValueType の使用
 

ValueType を実装している org.seasar.extension.jdbc.types のクラス
 class BigDecimalType
           
 class BinaryStreamType
           
 class BinaryType
           
 class BooleanType
           
 class CharacterType
           
 class DoubleType
           
 class FloatType
           
 class IntegerType
           
 class LongType
           
 class ObjectType
           
 class ShortType
           
 class SqlDateType
           
 class StringClobType
           
 class StringType
           
 class TimestampType
           
 class TimeType
           
 

ValueType として宣言されている org.seasar.extension.jdbc.types のフィールド
static ValueType ValueTypes.STRING
           
static ValueType ValueTypes.CHARACTER
           
static ValueType ValueTypes.SHORT
           
static ValueType ValueTypes.INTEGER
           
static ValueType ValueTypes.LONG
           
static ValueType ValueTypes.FLOAT
           
static ValueType ValueTypes.DOUBLE
           
static ValueType ValueTypes.BIGDECIMAL
           
static ValueType ValueTypes.TIME
           
static ValueType ValueTypes.SQLDATE
           
static ValueType ValueTypes.TIMESTAMP
           
static ValueType ValueTypes.BINARY
           
static ValueType ValueTypes.BINARY_STREAM
           
static ValueType ValueTypes.BOOLEAN
           
static ValueType ValueTypes.OBJECT
           
 

ValueType を返す org.seasar.extension.jdbc.types のメソッド
static ValueType ValueTypes.getValueType(Object obj)
           
static ValueType ValueTypes.getValueType(Class clazz)
           
protected static ValueType ValueTypes.getValueType0(Class clazz)
           
static ValueType ValueTypes.getValueType(int sqltype)
           
 

ValueType 型のパラメータを持つ org.seasar.extension.jdbc.types のメソッド
static void ValueTypes.registerValueType(Class clazz, ValueType valueType)
           
 



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