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