public interface CursorHandler
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
handle(ResultSet rs)
Handle the cursor.
|
Object handle(ResultSet rs) throws SQLException
rs - The cursor (result set) for the query, which has first pointer. (NotNull)SQLException - When it fails to handle the SQL.Copyright © 2014–2015 The DBFlute Project. All rights reserved.