Class PrepareRequest
- java.lang.Object
-
- com.impossibl.postgres.protocol.v30.PrepareRequest
-
- All Implemented Interfaces:
ServerRequest
public class PrepareRequest extends Object implements ServerRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolHandler
createHandler()
void
execute(ProtocolChannel channel)
-
-
-
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
-
-