public interface QueryRowsEvent extends QueryEvent
Query.queryRows()
.
This event must be handled by
QueryListener.onQueryRows()
.
Modifier and Type | Field and Description |
---|---|
static int |
RESULT_WRONG_FIRST_ROW
Failure-code: bad
firstRow parameter of
Query.queryRows() . |
static int |
RESULT_WRONG_ROW_NUMBER
Failure-code: bad
rowNumber parameter of
Query.queryRows() . |
RESULT_GENERIC_ERROR, RESULT_OK
getQuery
static final int RESULT_WRONG_FIRST_ROW
firstRow
parameter of
Query.queryRows()
.static final int RESULT_WRONG_ROW_NUMBER
rowNumber
parameter of
Query.queryRows()
.Submit a bug or feature to FT\API Programming Support