|
Last update: 2011-06-23 | |||||||||
| 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 org.proteios.core.query.ResultIterator |
|---|
close, isClosed |
| Methods inherited from interface org.proteios.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
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||