Package com.impossibl.postgres.protocol
Class RequestExecutorHandlers.AnyQueryResult
- java.lang.Object
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.SynchronizedResult
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.AnyQueryResult
-
- All Implemented Interfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.SynchronizedHandler
- Direct Known Subclasses:
RequestExecutorHandlers.ExecuteResult
,RequestExecutorHandlers.QueryResult
- Enclosing class:
- RequestExecutorHandlers
public abstract static class RequestExecutorHandlers.AnyQueryResult extends RequestExecutorHandlers.SynchronizedResult
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
completed, error, notices
-
-
Constructor Summary
Constructors Constructor Description AnyQueryResult()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ResultBatch
getBatch()
abstract boolean
isSuspended()
-
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, isCompleted, 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
-
-
-
-
Method Detail
-
isSuspended
public abstract boolean isSuspended()
-
getBatch
public abstract ResultBatch getBatch()
-
-