Class Field

java.lang.Object
io.r2dbc.postgresql.message.backend.Field

public final class Field extends Object
The Field type returned as part of some BackendMessages.
  • Constructor Details

  • Method Details

    • equals

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

      public Field.FieldType getType()
      Returns the type.
      Returns:
      the type
    • getValue

      public String getValue()
      Returns the value.
      Returns:
      the value
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object