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