public interface CursorAccessor
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
accept(ResultSet rs)
Accept the result set.
|
ResultSet |
cursor()
Get the wrapped cursor (result set).
|
boolean |
next()
Move to next result.
|
void accept(ResultSet rs)
rs - The cursor (result set) for the query, which has first pointer. (NotNull)ResultSet cursor()
boolean next()
throws SQLException
SQLException - When it fails to move the cursor to next point.Copyright © 2014–2022 The DBFlute Project. All rights reserved.