public abstract class SelectQueryResult extends QueryResult
| Constructor and Description |
|---|
SelectQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
MySQLColumnInformation[] |
getColumnInformation() |
String |
getMessage() |
ResultSetType |
getResultSetType() |
int |
getRowPointer()
gets the current row number
|
abstract ValueObject |
getValueObject(int index)
gets the value object at position index, starts at 0
|
short |
getWarnings() |
abstract boolean |
isAfterLast() |
abstract boolean |
isBeforeFirst() |
void |
moveRowPointerTo(int i)
moves the row pointer to position i
|
abstract boolean |
next() |
close, getRows, isClosedpublic MySQLColumnInformation[] getColumnInformation()
getColumnInformation in class QueryResultpublic short getWarnings()
getWarnings in class QueryResultpublic String getMessage()
getMessage in class QueryResultpublic ResultSetType getResultSetType()
getResultSetType in class QueryResultpublic void moveRowPointerTo(int i)
throws SQLException
i - the positionSQLExceptionpublic int getRowPointer()
throws SQLException
SQLExceptionpublic abstract ValueObject getValueObject(int index) throws NoSuchColumnException
index - the position, starts at 0NoSuchColumnException - if the column does not existpublic abstract boolean next()
throws IOException,
QueryException
IOExceptionQueryExceptionpublic abstract boolean isBeforeFirst()
public abstract boolean isAfterLast()
Copyright © 2014. All rights reserved.