|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.types.AbstractValueType
org.seasar.extension.jdbc.types.TimestampType
org.seasar.extension.jdbc.types.DateTimestampType
Timestamp
と互換性をもつDate
用のValueType
です。
コンストラクタの概要 | |
DateTimestampType()
|
メソッドの概要 | |
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 に変換します。 |
クラス org.seasar.extension.jdbc.types.TimestampType から継承したメソッド |
bindValue, bindValue, toText, toTimestamp |
クラス 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 DateTimestampType()
メソッドの詳細 |
public Object getValue(ResultSet resultSet, int index) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimestampType
内の getValue
SQLException
public Object getValue(ResultSet resultSet, String columnName) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimestampType
内の getValue
SQLException
public Object getValue(CallableStatement cs, int index) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimestampType
内の getValue
SQLException
public Object getValue(CallableStatement cs, String parameterName) throws SQLException
ValueType
の記述:
ValueType
内の getValue
TimestampType
内の getValue
SQLException
protected Date toDate(Object value)
Date
に変換します。
value
- 値
Date
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |