ResultTarget
A object where rows are written to.
| Methods |
| void |
addRow(Value[] values)
Add the row to the result set.
|
| void |
addRow(Value[] values)
Add the row to the result set.
Parameters:
values - the values
|
| int |
getRowCount()
Get the number of rows.
|
| int |
getRowCount()
Get the number of rows.
Returns:
the number of rows
|