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) |
handleReady
await, getError, getNotices, handleError, isCompleted, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleReady
handleError
public 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