public interface ResultTarget
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRow(Value... values)
Add the row to the result set.
|
long |
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 valueslong getRowCount()
void limitsWereApplied()
Copyright © 2022. All rights reserved.