public interface RowSet extends Iterable<Object[]>
| Modifier and Type | Method and Description |
|---|---|
RowSet |
extractSubset(int maxRows) |
long |
getStartOffset() |
int |
numColumns() |
int |
numRows() |
void |
setStartOffset(long startOffset) |
forEach, iterator, spliteratorRowSet extractSubset(int maxRows)
int numColumns()
int numRows()
long getStartOffset()
void setStartOffset(long startOffset)
Copyright © 2023 The Apache Software Foundation. All rights reserved.