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