|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.dataset.types.ColumnTypes
カラムの型を管理するクラスです。
フィールドの概要 | |
static ColumnType |
BIGDECIMAL
数値用の ColumnType です。 |
static ColumnType |
BINARY
バイナリ用の ColumnType です。 |
static ColumnType |
BOOLEAN
論理値用の ColumnType です。 |
static ColumnType |
NOT_TRIM_STRING
トリムをしない文字列用の ColumnType です。 |
static ColumnType |
OBJECT
オブジェクト用の ColumnType です。 |
static ColumnType |
STRING
文字列用の ColumnType です。 |
static ColumnType |
TIMESTAMP
日付用の ColumnType です。 |
コンストラクタの概要 | |
protected |
ColumnTypes()
インスタンスを構築します。 |
メソッドの概要 | |
static ColumnType |
getColumnType(java.lang.Class clazz)
カラムの型を返します。 |
static ColumnType |
getColumnType(int type)
カラムの型を返します。 |
static ColumnType |
getColumnType(java.lang.Object value)
カラムの型を返します。 |
static ValueType |
getValueType(int type)
S2JDBC用の型を返します。 |
static ColumnType |
registerColumnType(java.lang.Class clazz,
ColumnType columnType)
カラムの型を登録します。 |
static ColumnType |
registerColumnType(int sqlType,
ColumnType columnType)
カラムの型を登録します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final ColumnType STRING
ColumnType
です。
StringType
public static final ColumnType NOT_TRIM_STRING
ColumnType
です。
StringType
public static final ColumnType BIGDECIMAL
ColumnType
です。
BigDecimalType
public static final ColumnType TIMESTAMP
ColumnType
です。
TimestampType
public static final ColumnType BINARY
ColumnType
です。
BinaryType
public static final ColumnType OBJECT
ColumnType
です。
ObjectType
public static final ColumnType BOOLEAN
ColumnType
です。
BooleanType
コンストラクタの詳細 |
protected ColumnTypes()
メソッドの詳細 |
public static ValueType getValueType(int type)
type
- 型
ValueTypes
public static ColumnType getColumnType(int type)
type
- 型
public static ColumnType getColumnType(java.lang.Object value)
value
- 値
public static ColumnType getColumnType(java.lang.Class clazz)
clazz
- クラス
public static ColumnType registerColumnType(int sqlType, ColumnType columnType)
sqlType
- SQL型columnType
- カラムの型
null
public static ColumnType registerColumnType(java.lang.Class clazz, ColumnType columnType)
clazz
- クラスcolumnType
- カラムの型
null
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |