| Package | Description |
|---|---|
| com.impossibl.postgres.protocol |
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestExecutorHandlers.ExecuteResult |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestExecutor.execute(String portalName,
String statementName,
FieldFormatRef[] parameterFormats,
io.netty.buffer.ByteBuf[] parameterBuffers,
FieldFormatRef[] resultFieldFormats,
int maxRows,
RequestExecutor.ExecuteHandler handler)
Uses the "extended" query protocol to execute a previously prepared query.
|