public class ResultRowSet extends Object
| Constructor and Description |
|---|
ResultRowSet() |
ResultRowSet(List<Row> rows,
int rowCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getRowCount() |
List<Row> |
getRows() |
int |
hashCode() |
void |
setRowCount(int rowCount) |
void |
setRows(List<Row> rows) |
String |
toString() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.