public interface RowSet extends Iterable<Object[]>
| Modifier and Type | Method and Description |
|---|---|
RowSet |
addRow(Object[] fields) |
RowSet |
extractSubset(int maxRows) |
long |
getStartOffset() |
int |
numColumns() |
int |
numRows() |
void |
setStartOffset(long startOffset) |
TRowSet |
toTRowSet() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.