public class ResultRowSet extends Object
ResultRowSet()
ResultRowSet(List<Row> rows, int rowCount)
boolean
equals(Object o)
int
getRowCount()
List<Row>
getRows()
hashCode()
void
setRowCount(int rowCount)
setRows(List<Row> rows)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ResultRowSet()
public ResultRowSet(List<Row> rows, int rowCount)
public List<Row> getRows()
public void setRows(List<Row> rows)
public int getRowCount()
public void setRowCount(int rowCount)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023 The Apache Software Foundation. All rights reserved.