public abstract class FetchedResult extends java.lang.Object implements ResultInterface
| Modifier and Type | Method and Description |
|---|---|
ResultInterface |
createShallowCopy(Session targetSession)
Create a shallow copy of the result set.
|
Value[] |
currentRow()
Get the current row.
|
long |
getRowId()
Get the current row id, starting with 0.
|
boolean |
isAfterLast()
Check if the current position is after last row.
|
boolean |
needToClose()
Check if this result set should be closed, for example because it is
buffered using a temporary file.
|
boolean |
next()
Go to the next row.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getAlias, getColumnName, getColumnType, getFetchSize, getNullable, getRowCount, getSchemaName, getTableName, getVisibleColumnCount, hasNext, isClosed, isIdentity, isLazy, reset, setFetchSizepublic final Value[] currentRow()
ResultInterfacecurrentRow in interface ResultInterfacepublic final boolean next()
ResultInterfacenext in interface ResultInterfacepublic final boolean isAfterLast()
ResultInterfaceisAfterLast in interface ResultInterfacepublic final long getRowId()
ResultInterfacegetRowId in interface ResultInterfacepublic final boolean needToClose()
ResultInterfaceneedToClose in interface ResultInterfacepublic final ResultInterface createShallowCopy(Session targetSession)
ResultInterfacecreateShallowCopy in interface ResultInterfacetargetSession - the session of the copy