public abstract class BsAccessResultDiffCursorHandler extends Object implements org.seasar.dbflute.jdbc.CursorHandler
コンストラクタと説明 |
---|
BsAccessResultDiffCursorHandler() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected AccessResultDiffCursor |
createTypeSafeCursor(ResultSet rs)
Create the type-safe cursor.
|
protected abstract Object |
fetchCursor(AccessResultDiffCursor cursor)
Fetch the cursor.
|
Object |
handle(ResultSet rs)
Handle the cursor.
|
public Object handle(ResultSet rs) throws SQLException
handle
インタフェース内 org.seasar.dbflute.jdbc.CursorHandler
rs
- The cursor (result set) for the query, which has first pointer. (NotNull)SQLException
protected AccessResultDiffCursor createTypeSafeCursor(ResultSet rs) throws SQLException
rs
- The cursor (result set) for the query, which has first pointer. (NotNull)SQLException
protected abstract Object fetchCursor(AccessResultDiffCursor cursor) throws SQLException
cursor
- The type-safe cursor for the query, which has first pointer. (NotNull)SQLException
Copyright © 2009–2014 The Seasar Foundation. All rights reserved.