public interface SelectQueryResult extends QueryResult
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnId(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(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
|
close, getColumnInformation, getMessage, getResultSetType, getRows, getWarningsValueObject getValueObject(int index) throws NoSuchColumnException
index - the position, starts at 0NoSuchColumnException - if the column does not existValueObject getValueObject(String columnName) throws NoSuchColumnException
columnName - the name of the columnNoSuchColumnException - if the column does not existint getColumnId(String columnLabel) throws NoSuchColumnException
columnLabel - the label of the columnNoSuchColumnException - if the column does not existvoid moveRowPointerTo(int i)
i - the positionint getRowPointer()
boolean next()
Copyright © 2016. All rights reserved.