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