rubbish.db.core.handler
クラス JoinedTablesCallbackResultSetHandler

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

public abstract class JoinedTablesCallbackResultSetHandler
extends AbstractEachRowResultSetHandler

結合されたテーブルを処理するハンドラ

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

フィールドの概要
protected  JoinedTablesResultSetHandler __handler__
           
 
コンストラクタの概要
JoinedTablesCallbackResultSetHandler(SELECT_JOINED_TABLES_SQL sql)
           
 
メソッドの概要
protected abstract  void each(java.util.Map row)
           
protected  java.lang.Class getComponentType()
           
protected  void processRow(java.sql.ResultSetMetaData rsmd, java.sql.ResultSet rs)
           
 
クラス rubbish.db.core.handler.AbstractEachRowResultSetHandler から継承したメソッド
process, process
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

__handler__

protected JoinedTablesResultSetHandler __handler__
コンストラクタの詳細

JoinedTablesCallbackResultSetHandler

public JoinedTablesCallbackResultSetHandler(SELECT_JOINED_TABLES_SQL sql)
メソッドの詳細

getComponentType

protected java.lang.Class getComponentType()

processRow

protected void processRow(java.sql.ResultSetMetaData rsmd,
                          java.sql.ResultSet rs)
                   throws java.sql.SQLException
定義:
クラス AbstractEachRowResultSetHandler 内の processRow
例外:
java.sql.SQLException

each

protected abstract void each(java.util.Map row)


Copyright © 2007 null. All Rights Reserved.