Class CopyOutResponse

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

public final class CopyOutResponse extends Object
The CopyOutResponse message.
  • Constructor Details

    • CopyOutResponse

      public CopyOutResponse(Collection<io.r2dbc.postgresql.message.Format> columnFormats, io.r2dbc.postgresql.message.Format overallFormat)
      Create a new message.
      Parameters:
      columnFormats - the column formats
      overallFormat - the overall format
  • Method Details

    • toString

      public String toString()
    • equals

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

      public final Collection<io.r2dbc.postgresql.message.Format> getColumnFormats()
      Returns the column formats.
      Returns:
      the column formats
    • getOverallFormat

      public final io.r2dbc.postgresql.message.Format getOverallFormat()
      Returns the overall format.
      Returns:
      the overall format
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object