public interface QueryRowsEvent
Server-answer to Query.queryRows()
.
This event must be handled by
QueryListener.onQueryRows()
.
Field Summary | |
---|---|
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() . |
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary |
---|
Methods inherited from interface QueryEvent |
---|
getQuery |
Methods inherited from interface Event |
---|
getResult |
Field Detail |
---|
static final int RESULT_WRONG_FIRST_ROW
firstRow
parameter of
Query.queryRows()
.
static final int RESULT_WRONG_ROW_NUMBER
rowNumber
parameter of
Query.queryRows()
.