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 Object
implements org.seasar.robot.dbflute.jdbc.CursorHandler

The cursor handler of AccessResultDiff.

作成者:
DBFlute(AutoGenerator)

コンストラクタの概要
BsAccessResultDiffCursorHandler()
           
 
メソッドの概要
protected  AccessResultDiffCursor createTypeSafeCursor(ResultSet rs)
          Create type safe cursor.
protected abstract  Object fetchCursor(AccessResultDiffCursor cursor)
          Fetch the cursor.
 Object handle(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 Object handle(ResultSet rs)
              throws SQLException
Handle the result set.

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

createTypeSafeCursor

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

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

fetchCursor

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

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


Copyright © 2013. All Rights Reserved.