|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsbhv.cursor.BsAccessResultDiffCursorHandler
public abstract class BsAccessResultDiffCursorHandler
The cursor handler of AccessResultDiff.
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public BsAccessResultDiffCursorHandler()
メソッドの詳細 |
---|
public Object handle(ResultSet rs) throws SQLException
org.seasar.robot.dbflute.jdbc.CursorHandler
内の handle
rs
- Result set. (NotNull)
SQLException
protected AccessResultDiffCursor createTypeSafeCursor(ResultSet rs) throws SQLException
rs
- Result set. (NotNull)
SQLException
protected abstract Object fetchCursor(AccessResultDiffCursor cursor) throws SQLException
cursor
- Type safe cursor. (NotNull)
SQLException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |