|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlResultIterator
Return the result of a SqlQuery
as an iterator.
Method Summary | |
---|---|
int |
getIndex(String name)
Get the index number of a selected column. |
Methods inherited from interface net.sf.basedb.core.query.ResultIterator |
---|
close, isClosed |
Methods inherited from interface net.sf.basedb.core.query.QueryResult |
---|
getTotalCount |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
int getIndex(String name) throws SQLException
SqlResult.getXxx(index)
methods to get the value of that column.
name
- The name of a selected column
SQLException
- If there is an error
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |