org.seasar.extension.jdbc
インタフェース ValueType

既知の実装クラスの一覧:
BigDecimalType, BinaryStreamType, BinaryType, BooleanType, CharacterType, DoubleType, FloatType, IntegerType, LongType, ObjectType, ShortType, SqlDateType, StringClobType, StringType, TimestampType, TimeType

public interface ValueType

作成者:
higa

メソッドの概要
 void bindValue(PreparedStatement ps, int index, Object value)
           
 Object getValue(ResultSet resultSet, int index)
           
 Object getValue(ResultSet resultSet, String columnName)
           
 

メソッドの詳細

getValue

public Object getValue(ResultSet resultSet,
                       int index)
                throws SQLException
例外:
SQLException

getValue

public Object getValue(ResultSet resultSet,
                       String columnName)
                throws SQLException
例外:
SQLException

bindValue

public void bindValue(PreparedStatement ps,
                      int index,
                      Object value)
               throws SQLException
例外:
SQLException


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.