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