Package | Description |
---|---|
com.impossibl.postgres.protocol |
Modifier and Type | Class and Description |
---|---|
static class |
RequestExecutorHandlers.PrepareResult |
Modifier and Type | Method and Description |
---|---|
void |
RequestExecutor.prepare(String statementName,
String sqlText,
TypeRef[] parameterTypes,
RequestExecutor.PrepareHandler handler)
Prepares a query for later, possibly repeated, execution via the
RequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
request. |