|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsbhv.cursor.BsAccessResultDiffCursorHandler
public abstract class BsAccessResultDiffCursorHandler
The cursor handler of AccessResultDiff.
コンストラクタの概要 | |
---|---|
BsAccessResultDiffCursorHandler()
|
メソッドの概要 | |
---|---|
protected AccessResultDiffCursor |
createTypeSafeCursor(java.sql.ResultSet rs)
Create type safe cursor. |
protected abstract java.lang.Object |
fetchCursor(AccessResultDiffCursor cursor)
Fetch cursor. |
java.lang.Object |
handle(java.sql.ResultSet rs)
Handle. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BsAccessResultDiffCursorHandler()
メソッドの詳細 |
---|
public java.lang.Object handle(java.sql.ResultSet rs) throws java.sql.SQLException
org.seasar.robot.dbflute.jdbc.CursorHandler
内の handle
rs
- Result set. (NotNull)
java.sql.SQLException
protected AccessResultDiffCursor createTypeSafeCursor(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- Result set. (NotNull)
java.sql.SQLException
protected abstract java.lang.Object fetchCursor(AccessResultDiffCursor cursor) throws java.sql.SQLException
cursor
- Type safe cursor. (NotNull)
java.sql.SQLException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |