Class FunctionCallResponse

java.lang.Object
io.r2dbc.postgresql.message.backend.FunctionCallResponse
All Implemented Interfaces:
BackendMessage

public final class FunctionCallResponse extends Object implements BackendMessage
The FunctionCallResponse message.
  • Constructor Details

    • FunctionCallResponse

      public FunctionCallResponse(@Nullable io.netty.buffer.ByteBuf value)
      Create a new message.
      Parameters:
      value - the value of the function result, in the format indicated by the associated format code.
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getValue

      public ByteBuffer getValue()
      Returns the value of the function result, in the format indicated by the associated format code.
      Returns:
      the value of the function result, in the format indicated by the associated format code
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object