Package | Description |
---|---|
com.impossibl.postgres.protocol |
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestExecutor.ExtendedQueryHandler
Request handler interface for the
RequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request. |
Modifier and Type | Class and Description |
---|---|
static class |
RequestExecutorHandlers.CompositeQueryResults |
static class |
RequestExecutorHandlers.QueryResult |
Modifier and Type | Method and Description |
---|---|
void |
RequestExecutor.query(String sql,
RequestExecutor.QueryHandler handler)
Uses the "simple" query protocol to execute the given query.
|