Package com.impossibl.postgres.protocol
Interface RequestExecutor.PrepareHandler
-
- All Superinterfaces:
RequestExecutor.ErrorHandler
- All Known Implementing Classes:
RequestExecutorHandlers.PrepareResult
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.PrepareHandler extends RequestExecutor.ErrorHandler
Request handler interface for th `prepare(sql,statementName,parameterTypes,PrepareHandler)` request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
-
-
-
Method Detail
-
handleComplete
void handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices) throws IOException
- Throws:
IOException
-
-