public class LazyExecuteRequest extends Object implements ServerRequest
Constructor and Description |
---|
LazyExecuteRequest(String txnStatementName) |
Modifier and Type | Method and Description |
---|---|
com.impossibl.postgres.protocol.v30.LazyExecuteRequest.Handler |
createHandler() |
void |
execute(ProtocolChannel channel) |
public LazyExecuteRequest(String txnStatementName)
public com.impossibl.postgres.protocol.v30.LazyExecuteRequest.Handler createHandler()
createHandler
in interface ServerRequest
public void execute(ProtocolChannel channel) throws IOException
execute
in interface ServerRequest
IOException