org.seasar.extension.jdbc.types
クラス TimestampType
java.lang.Object
org.seasar.extension.jdbc.types.TimestampType
- すべての実装インタフェース:
- ValueType
- public class TimestampType
- extends Object
- implements ValueType
Timestamp用の ValueType
です。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampType
public TimestampType()
getValue
public Object getValue(ResultSet resultSet,
int index)
throws SQLException
- 定義:
- インタフェース
ValueType
内の getValue
- 例外:
SQLException
getValue
public Object getValue(ResultSet resultSet,
String columnName)
throws SQLException
- 定義:
- インタフェース
ValueType
内の getValue
- 例外:
SQLException
bindValue
public void bindValue(PreparedStatement ps,
int index,
Object value)
throws SQLException
- 定義:
- インタフェース
ValueType
内の bindValue
- 例外:
SQLException
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.