|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectQueryResult
User: marcuse Date: Mar 9, 2009 Time: 8:42:45 PM
| Method Summary | |
|---|---|
int |
getColumnId(java.lang.String columnLabel)
get the id of the column named columnLabel |
int |
getRowPointer()
gets the current row number |
ValueObject |
getValueObject(int index)
gets the value object at position index, starts at 0 |
ValueObject |
getValueObject(java.lang.String columnName)
gets the value object in column named columnName |
void |
moveRowPointerTo(int i)
moves the row pointer to position i |
boolean |
next()
move pointer forward |
| Methods inherited from interface org.drizzle.jdbc.internal.common.queryresults.QueryResult |
|---|
close, getColumnInformation, getMessage, getResultSetType, getRows, getWarnings |
| Method Detail |
|---|
ValueObject getValueObject(int index)
throws NoSuchColumnException
index - the position, starts at 0
NoSuchColumnException - if the column does not exist
ValueObject getValueObject(java.lang.String columnName)
throws NoSuchColumnException
columnName - the name of the column
NoSuchColumnException - if the column does not exist
int getColumnId(java.lang.String columnLabel)
throws NoSuchColumnException
columnLabel - the label of the column
NoSuchColumnException - if the column does not existvoid moveRowPointerTo(int i)
i - the positionint getRowPointer()
boolean next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||