|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.types.AbstractValueType
org.seasar.extension.jdbc.types.TimeType
org.seasar.extension.jdbc.types.DateTimeType
コンストラクタの概要 | |
DateTimeType()
|
メソッドの概要 | |
Object |
getValue(CallableStatement cs,
int index)
パラメータの値を返します。 |
Object |
getValue(CallableStatement cs,
String parameterName)
パラメータの値を返します。 |
Object |
getValue(ResultSet resultSet,
int index)
カラムの値を返します。 |
Object |
getValue(ResultSet resultSet,
String columnName)
カラムの値を返します。 |
protected Date |
toDate(Object value)
Date に変換します。 |
protected Time |
toTime(Object value)
Time に変換します |
クラス org.seasar.extension.jdbc.types.TimeType から継承したメソッド |
bindValue, bindValue, toText |
クラス org.seasar.extension.jdbc.types.AbstractValueType から継承したメソッド |
getSqlType, registerOutParameter, registerOutParameter, setNull, setNull |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DateTimeType()
メソッドの詳細 |
public Object getValue(ResultSet resultSet, int index) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimeType
内の getValue
SQLException
public Object getValue(ResultSet resultSet, String columnName) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimeType
内の getValue
SQLException
public Object getValue(CallableStatement cs, int index) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimeType
内の getValue
SQLException
public Object getValue(CallableStatement cs, String parameterName) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimeType
内の getValue
SQLException
protected Date toDate(Object value)
Date
に変換します。
value
- 値
Date
protected Time toTime(Object value)
TimeType
の記述: Time
に変換します
TimeType
内の toTime
value
- 値
Time
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |