Package com.impossibl.postgres.protocol
Interface RequestExecutor.ExtendedQueryHandler
-
- All Superinterfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.QueryHandler
,RequestExecutor.SynchronizedHandler
- All Known Implementing Classes:
RequestExecutorHandlers.QueryResult
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.ExtendedQueryHandler extends RequestExecutor.QueryHandler
Request handler interface for theRequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.QueryHandler
handleComplete
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.SynchronizedHandler
handleReady
-
-
-
-
Method Detail
-
handleSuspend
void handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices) throws IOException
- Throws:
IOException
-
-