rubbish.db.core.handler
クラス BeansResultSetHandler

java.lang.Object
  拡張rubbish.db.core.handler.AbstractRowsResultSetHandler
      拡張rubbish.db.core.handler.BeansResultSetHandler
すべての実装インタフェース:
ResultSetHandler

public class BeansResultSetHandler
extends AbstractRowsResultSetHandler

JavaBeanの配列を返すハンドラ

バージョン:
$Revision: 1.2 $
作成者:
$Author: winebarrel $

フィールドの概要
protected  java.lang.Class type
           
 
コンストラクタの概要
BeansResultSetHandler(java.lang.Class type)
           
 
メソッドの概要
protected  java.lang.Class getComponentType()
           
protected  java.lang.Object getRow(java.sql.ResultSetMetaData rsmd, java.sql.ResultSet rs)
           
 
クラス rubbish.db.core.handler.AbstractRowsResultSetHandler から継承したメソッド
process, process
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

type

protected java.lang.Class type
コンストラクタの詳細

BeansResultSetHandler

public BeansResultSetHandler(java.lang.Class type)
メソッドの詳細

getComponentType

protected java.lang.Class getComponentType()
定義:
クラス AbstractRowsResultSetHandler 内の getComponentType

getRow

protected java.lang.Object getRow(java.sql.ResultSetMetaData rsmd,
                                  java.sql.ResultSet rs)
                           throws java.sql.SQLException
定義:
クラス AbstractRowsResultSetHandler 内の getRow
例外:
java.sql.SQLException


Copyright © 2007 null. All Rights Reserved.