public final class FunctionCallResponse extends Object implements BackendMessage
Constructor and Description |
---|
FunctionCallResponse(io.netty.buffer.ByteBuf value)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ByteBuffer |
getValue()
Returns the value of the function result, in the format indicated by the associated format code.
|
int |
hashCode() |
String |
toString() |
public FunctionCallResponse(@Nullable io.netty.buffer.ByteBuf value)
value
- the value of the function result, in the format indicated by the associated format code.public ByteBuffer getValue()
Copyright © 2019. All rights reserved.