Package com.impossibl.postgres.protocol
Class RequestExecutorHandlers.PrepareResult
- java.lang.Object
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.PrepareResult
-
- All Implemented Interfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.PrepareHandler
- Enclosing class:
- RequestExecutorHandlers
public static class RequestExecutorHandlers.PrepareResult extends RequestExecutorHandlers.Result implements RequestExecutor.PrepareHandler
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
completed, error, notices
-
-
Constructor Summary
Constructors Constructor Description PrepareResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]
getDescribedParameterTypes(Context context)
ResultField[]
getDescribedResultFields()
void
handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)
-
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
-
getDescribedParameterTypes
public Type[] getDescribedParameterTypes(Context context) throws IOException
- Throws:
IOException
-
getDescribedResultFields
public ResultField[] getDescribedResultFields()
-
handleComplete
public void handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)
- Specified by:
handleComplete
in interfaceRequestExecutor.PrepareHandler
-
-