public abstract class FetchedResult extends Object implements ResultInterface
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ResultInterfacepublic final boolean next()
ResultInterfacenext 在接口中 ResultInterfacepublic final boolean isAfterLast()
ResultInterfaceisAfterLast 在接口中 ResultInterfacepublic final long getRowId()
ResultInterfacegetRowId 在接口中 ResultInterfacepublic final boolean needToClose()
ResultInterfaceneedToClose 在接口中 ResultInterfacepublic final ResultInterface createShallowCopy(Session targetSession)
ResultInterfacecreateShallowCopy 在接口中 ResultInterfacetargetSession - the session of the copyCopyright © 2022. All rights reserved.