Package com.impossibl.postgres.protocol
Class RequestExecutorHandlers.CompositeQueryResults
- java.lang.Object
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.SynchronizedResult
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.CompositeQueryResults
-
- All Implemented Interfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.QueryHandler
,RequestExecutor.SynchronizedHandler
- Enclosing class:
- RequestExecutorHandlers
public static class RequestExecutorHandlers.CompositeQueryResults extends RequestExecutorHandlers.SynchronizedResult implements RequestExecutor.QueryHandler
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
completed, error, notices
-
-
Constructor Summary
Constructors Constructor Description CompositeQueryResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResultBatch>
getBatches()
void
handleComplete(java.lang.String command, java.lang.Long rowsAffected, java.lang.Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, java.util.List<Notice> notices)
-
Methods inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.SynchronizedResult
handleReady
-
Methods inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
await, getError, getNotices, handleError, isValid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.SynchronizedHandler
handleReady
-
-
-
-
Method Detail
-
getBatches
public java.util.List<ResultBatch> getBatches()
-
handleComplete
public void handleComplete(java.lang.String command, java.lang.Long rowsAffected, java.lang.Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, java.util.List<Notice> notices)
- Specified by:
handleComplete
in interfaceRequestExecutor.QueryHandler
-
-