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() |
handleReady
await, getError, getNotices, handleError, isCompleted, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleReady
handleError
public boolean isSuspended()
isSuspended
in class RequestExecutorHandlers.AnyQueryResult
public ResultBatch getBatch()
getBatch
in class RequestExecutorHandlers.AnyQueryResult
public void handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
handleComplete
in interface RequestExecutor.QueryHandler
public void handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
handleSuspend
in interface RequestExecutor.ExtendedQueryHandler