Class FunctionCallRequest
- java.lang.Object
-
- com.impossibl.postgres.protocol.v30.FunctionCallRequest
-
- All Implemented Interfaces:
ServerRequest
public class FunctionCallRequest extends Object implements ServerRequest
-
-
Constructor Summary
Constructors Constructor Description FunctionCallRequest(int functionId, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, RequestExecutor.FunctionCallHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolHandler
createHandler()
void
execute(ProtocolChannel channel)
-
-
-
Constructor Detail
-
FunctionCallRequest
public FunctionCallRequest(int functionId, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, RequestExecutor.FunctionCallHandler handler)
-
-
Method Detail
-
createHandler
public ProtocolHandler createHandler()
- Specified by:
createHandler
in interfaceServerRequest
-
execute
public void execute(ProtocolChannel channel) throws IOException
- Specified by:
execute
in interfaceServerRequest
- Throws:
IOException
-
-