Uses of Interface
com.impossibl.postgres.protocol.RequestExecutor.FunctionCallHandler
-
Packages that use RequestExecutor.FunctionCallHandler Package Description com.impossibl.postgres.protocol com.impossibl.postgres.protocol.v30 -
-
Uses of RequestExecutor.FunctionCallHandler in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.FunctionCallHandler Modifier and Type Method Description void
RequestExecutor. call(int functionId, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, RequestExecutor.FunctionCallHandler handler)
Invokes the function specified byfunctionId
and returns its results. -
Uses of RequestExecutor.FunctionCallHandler in com.impossibl.postgres.protocol.v30
Constructors in com.impossibl.postgres.protocol.v30 with parameters of type RequestExecutor.FunctionCallHandler Constructor Description FunctionCallRequest(int functionId, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, RequestExecutor.FunctionCallHandler handler)
-