public class RowSet
extends java.lang.Object
Constructor and Description |
---|
RowSet()
Construct an empty RowSet
|
public void setRowDef(RowDef rowDef)
rowDef
- the query definitionpublic RowDef getRowDef()
public java.util.List<Row> getRows()
public void setRows(java.util.List<Row> rows)
rows
-public void release()