public interface SqlResultIterator extends ResultIterator<SqlResult>
SqlQuery
as an iterator.Modifier and Type | Method and Description |
---|---|
int |
getIndex(java.lang.String name)
Get the index number of a selected column.
|
close, isClosed
getTotalCount
int getIndex(java.lang.String name) throws java.sql.SQLException
SqlResult.getXxx(index)
methods to get the value of that column.name
- The name of a selected columnjava.sql.SQLException
- If there is an error