jp.go.nict.langrid.wrapper.common.db.dao
クラス ResultSetUtil

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.ResultSetUtil

public class ResultSetUtil
extends Object


コンストラクタの概要
ResultSetUtil()
           
 
メソッドの概要
static Calendar getCalendar(ResultSet resultSet, int index)
           
static String[] getValues(ResultSet resultSet, int index, int count)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResultSetUtil

public ResultSetUtil()
メソッドの詳細

getValues

public static String[] getValues(ResultSet resultSet,
                                 int index,
                                 int count)
                          throws SQLException
例外:
SQLException

getCalendar

public static Calendar getCalendar(ResultSet resultSet,
                                   int index)
                            throws SQLException
例外:
SQLException