public interface ResultTarget
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Value... values)
Add the row to the result set.
|
int |
getRowCount()
Get the number of rows.
|
void |
limitsWereApplied()
A hint that sorting, offset and limit may be ignored by this result
because they were applied during the query.
|
void addRow(Value... values)
values - the valuesint getRowCount()
void limitsWereApplied()