org.seasar.robot.db.bsbhv.cursor
クラス BsAccessResultDiffCursorHandler

java.lang.Object
  上位を拡張 org.seasar.robot.db.bsbhv.cursor.BsAccessResultDiffCursorHandler
すべての実装されたインタフェース:
org.seasar.robot.dbflute.jdbc.CursorHandler
直系の既知のサブクラス:
AccessResultDiffCursorHandler

public abstract class BsAccessResultDiffCursorHandler
extends java.lang.Object
implements org.seasar.robot.dbflute.jdbc.CursorHandler

The cursor handler of AccessResultDiff.

作成者:
DBFlute(AutoGenerator)

コンストラクタの概要
BsAccessResultDiffCursorHandler()
           
 
メソッドの概要
protected  AccessResultDiffCursor createTypeSafeCursor(java.sql.ResultSet rs)
          Create type safe cursor.
protected abstract  java.lang.Object fetchCursor(AccessResultDiffCursor cursor)
          Fetch the cursor.
 java.lang.Object handle(java.sql.ResultSet rs)
          Handle the result set.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BsAccessResultDiffCursorHandler

public BsAccessResultDiffCursorHandler()
メソッドの詳細

handle

public java.lang.Object handle(java.sql.ResultSet rs)
                        throws java.sql.SQLException
Handle the result set.

定義:
インタフェース org.seasar.robot.dbflute.jdbc.CursorHandler 内の handle
パラメータ:
rs - Result set. (NotNull)
戻り値:
Result. (NullAllowed)
例外:
java.sql.SQLException

createTypeSafeCursor

protected AccessResultDiffCursor createTypeSafeCursor(java.sql.ResultSet rs)
                                               throws java.sql.SQLException
Create type safe cursor.

パラメータ:
rs - Result set. (NotNull)
戻り値:
Type safe cursor. (NullAllowed)
例外:
java.sql.SQLException

fetchCursor

protected abstract java.lang.Object fetchCursor(AccessResultDiffCursor cursor)
                                         throws java.sql.SQLException
Fetch the cursor.

パラメータ:
cursor - Type safe cursor. (NotNull)
戻り値:
Result. (NullAllowed)
例外:
java.sql.SQLException


Copyright © 2012. All Rights Reserved.