Package com.impossibl.postgres.protocol
Interface RequestExecutor.ExecuteHandler
-
- All Superinterfaces:
RequestExecutor.ErrorHandler,RequestExecutor.ResumeHandler,RequestExecutor.SynchronizedHandler
- All Known Implementing Classes:
RequestExecutorHandlers.ExecuteResult
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.ExecuteHandler extends RequestExecutor.ResumeHandler, RequestExecutor.SynchronizedHandler
Request handler interface for theRequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)request.
-
-
Method Summary
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ResumeHandler
handleComplete, handleSuspend
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.SynchronizedHandler
handleReady
-
-