public static class RequestExecutorHandlers.QueryResult extends RequestExecutorHandlers.AnyQueryResult implements RequestExecutor.ExtendedQueryHandler
completed, error, notices| Constructor and Description |
|---|
QueryResult() |
QueryResult(boolean synced) |
| Modifier and Type | Method and Description |
|---|---|
ResultBatch |
getBatch() |
void |
handleComplete(String command,
Long rowsAffected,
Long insertedOid,
TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
handleSuspend(TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
boolean |
isSuspended() |
handleReadyawait, getError, getNotices, handleError, isCompleted, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleReadyhandleErrorpublic boolean isSuspended()
isSuspended in class RequestExecutorHandlers.AnyQueryResultpublic ResultBatch getBatch()
getBatch in class RequestExecutorHandlers.AnyQueryResultpublic void handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
handleComplete in interface RequestExecutor.QueryHandlerpublic void handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
handleSuspend in interface RequestExecutor.ExtendedQueryHandler