Class ParameterDescription

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

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

    • ParameterDescription

      public ParameterDescription(List<Integer> parameters)
      Create a new message.
      Parameters:
      parameters - the object IDs of the parameter data types
      Throws:
      IllegalArgumentException - if parameters is null
  • Method Details

    • equals

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

      public List<Integer> getParameters()
      Returns the object IDs of the parameter data types.
      Returns:
      the object IDs of the parameter data types
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object