org.seasar.extension.jdbc.types
クラス ShortType

java.lang.Object
  拡張org.seasar.extension.jdbc.types.ShortType
すべての実装インタフェース:
ValueType

public class ShortType
extends Object
implements ValueType

作成者:
higa

コンストラクタの概要
ShortType()
           
 
メソッドの概要
 void bindValue(PreparedStatement ps, int index, Object value)
           
 Object getValue(ResultSet resultSet, int index)
           
 Object getValue(ResultSet resultSet, String columnName)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ShortType

public ShortType()
メソッドの詳細

getValue

public Object getValue(ResultSet resultSet,
                       int index)
                throws SQLException
定義:
インタフェース ValueType 内の getValue
例外:
SQLException
関連項目:
ValueType.getValue(java.sql.ResultSet, int)

getValue

public Object getValue(ResultSet resultSet,
                       String columnName)
                throws SQLException
定義:
インタフェース ValueType 内の getValue
例外:
SQLException
関連項目:
ValueType.getValue(java.sql.ResultSet, java.lang.String)

bindValue

public void bindValue(PreparedStatement ps,
                      int index,
                      Object value)
               throws SQLException
定義:
インタフェース ValueType 内の bindValue
例外:
SQLException
関連項目:
ValueType.bindValue(java.sql.PreparedStatement, int, java.lang.Object)


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