T - the type of target data model@FunctionalInterface public static interface DataModelJdbcSupport.DataModelResultSet<T>
ResultSet interface for data models.| Modifier and Type | Method and Description |
|---|---|
boolean |
next(T object)
Moves cursor to the next row and then fills the object for the row values.
|
boolean next(T object) throws SQLException
object - the target objecttrue if the next row exists, otherwise falseSQLException - if a database access error occursIllegalArgumentException - if object is nullCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.