|
|||||||||||
前 次 | フレームあり フレームなし |
ValueType を使用しているパッケージ | |
org.seasar.extension.dataset.types | DataSetで扱うデータの型を提供します。 |
org.seasar.extension.jdbc | JDBCを使いやすくする機能(S2JDBC)を提供します。 |
org.seasar.extension.jdbc.impl | S2JDBCの実装を提供します。 |
org.seasar.extension.jdbc.types | S2JDBCのデータの型に関する機能を提供します。 |
org.seasar.extension.dataset.types での ValueType の使用 |
ValueType を返す org.seasar.extension.dataset.types のメソッド | |
static ValueType |
ColumnTypes.getValueType(int type)
S2JDBC用の型を返します。 |
org.seasar.extension.jdbc での ValueType の使用 |
ValueType を返す org.seasar.extension.jdbc のメソッド | |
ValueType |
PropertyType.getValueType()
JDBC用の型を返します。 |
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(PropertyDesc propertyDesc,
ValueType valueType)
|
|
PropertyTypeImpl(PropertyDesc propertyDesc,
ValueType valueType,
String columnName)
|
|
PropertyTypeImpl(String propertyName,
ValueType valueType)
|
|
PropertyTypeImpl(String propertyName,
ValueType valueType,
String columnName)
|
org.seasar.extension.jdbc.types での ValueType の使用 |
ValueType を実装している org.seasar.extension.jdbc.types のクラス | |
class |
BigDecimalType
BigDecimal用の ValueType です。 |
class |
BinaryStreamType
BinaryStream用の ValueType です。 |
class |
BinaryType
Binary用の ValueType です。 |
class |
BooleanType
Boolean用の ValueType です。 |
class |
CharacterType
Character用の ValueType です。 |
class |
DoubleType
Double用の ValueType です。 |
class |
FloatType
Float用の ValueType です。 |
class |
IntegerType
Integer用の ValueType です。 |
class |
LongType
Long用の ValueType です。 |
class |
ObjectType
Object用の ValueType です。 |
class |
ShortType
Short用の ValueType です。 |
class |
SqlDateType
java.sql.Date用の ValueType です。 |
class |
StringClobType
ClobをStringとして扱うための ValueType です。 |
class |
StringType
String用の ValueType です。 |
class |
TimestampType
Timestamp用の ValueType です。 |
class |
TimeType
Time用の ValueType です。 |
class |
UserDefineType
ユーザ定義型用の ValueType です。 |
ValueType として宣言されている org.seasar.extension.jdbc.types のフィールド | |
static ValueType |
ValueTypes.STRING
String用の ValueType です。 |
static ValueType |
ValueTypes.CHARACTER
Character用の ValueType です。 |
static ValueType |
ValueTypes.SHORT
Short用の ValueType です。 |
static ValueType |
ValueTypes.INTEGER
Integer用の ValueType です。 |
static ValueType |
ValueTypes.LONG
Long用の ValueType です。 |
static ValueType |
ValueTypes.FLOAT
Float用の ValueType です。 |
static ValueType |
ValueTypes.DOUBLE
Double用の ValueType です。 |
static ValueType |
ValueTypes.BIGDECIMAL
BigDecimal用の ValueType です。 |
static ValueType |
ValueTypes.TIME
Time用の ValueType です。 |
static ValueType |
ValueTypes.SQLDATE
java.sql.Date用の ValueType です。 |
static ValueType |
ValueTypes.TIMESTAMP
Timestamp用の ValueType です。 |
static ValueType |
ValueTypes.BINARY
Binary用の ValueType です。 |
static ValueType |
ValueTypes.BINARY_STREAM
BinaryStream用の ValueType です。 |
static ValueType |
ValueTypes.BOOLEAN
Boolean用の ValueType です。 |
static ValueType |
ValueTypes.OBJECT
汎用的な ValueType です。 |
ValueType を返す org.seasar.extension.jdbc.types のメソッド | |
static ValueType |
ValueTypes.getValueType(Object obj)
ValueType を返します。 |
static ValueType |
ValueTypes.getValueType(Class clazz)
ValueType を返します。 |
static ValueType |
ValueTypes.getValueType(int sqltype)
ValueType を返します。 |
ValueType 型のパラメータを持つ org.seasar.extension.jdbc.types のメソッド | |
static void |
ValueTypes.registerValueType(Class clazz,
ValueType valueType)
ValueType を登録します。 |
ValueType 型のパラメータを持つ org.seasar.extension.jdbc.types のコンストラクタ | |
UserDefineType(ValueType baseValueType,
Method valueOfMethod,
Method valueMethod)
UserDefineType を作成します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |