| Package | Description |
|---|---|
| com.impossibl.postgres.protocol |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RequestExecutor.CopyFromHandler
Copy In & Out
|
static interface |
RequestExecutor.CopyToHandler |
static interface |
RequestExecutor.ExecuteHandler
Request handler interface for the
RequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
request. |
static interface |
RequestExecutor.ExtendedQueryHandler
Request handler interface for the
RequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request. |
static interface |
RequestExecutor.QueryHandler
Request handler interface for the
RequestExecutor.query(String, QueryHandler) request. |
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestExecutorHandlers.AnyQueryResult |
static class |
RequestExecutorHandlers.CompositeQueryResults |
static class |
RequestExecutorHandlers.ExecuteResult |
static class |
RequestExecutorHandlers.QueryResult |
static class |
RequestExecutorHandlers.SynchronizedResult |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestExecutor.finish(String portalName,
RequestExecutor.SynchronizedHandler handler)
Closes a portal that was previously suspended and synchronizes the
transaction state.
|