Package | Description |
---|---|
com.impossibl.postgres.protocol |
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestExecutor.ExecuteHandler
Request handler interface for the
RequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
request. |
Modifier and Type | Class and Description |
---|---|
static class |
RequestExecutorHandlers.ExecuteResult |
Modifier and Type | Method and Description |
---|---|
void |
RequestExecutor.resume(String portalName,
int maxRows,
RequestExecutor.ResumeHandler handler)
Resumes a portal previously instantiated via an
RequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
or
RequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request. |