Package | Description |
---|---|
com.impossibl.postgres.protocol | |
com.impossibl.postgres.protocol.v30 |
Modifier and Type | Method and Description |
---|---|
void |
RequestExecutor.call(int functionId,
FieldFormatRef[] parameterFormats,
io.netty.buffer.ByteBuf[] parameterBuffers,
RequestExecutor.FunctionCallHandler handler)
Invokes the function specified by
functionId and returns its
results. |
Constructor and Description |
---|
FunctionCallRequest(int functionId,
FieldFormatRef[] parameterFormats,
io.netty.buffer.ByteBuf[] parameterBuffers,
RequestExecutor.FunctionCallHandler handler) |