Class CopyBothResponse
java.lang.Object
io.r2dbc.postgresql.message.backend.CopyBothResponse
- All Implemented Interfaces:
BackendMessage
The CopyBothResponse message.
-
Constructor Summary
ConstructorsConstructorDescriptionCopyBothResponse(Collection<io.r2dbc.postgresql.message.Format> columnFormats, io.r2dbc.postgresql.message.Format overallFormat) Create a new message. -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal Collection<io.r2dbc.postgresql.message.Format> Returns the column formats.final io.r2dbc.postgresql.message.FormatReturns the overall format.inthashCode()toString()
-
Constructor Details
-
CopyBothResponse
public CopyBothResponse(Collection<io.r2dbc.postgresql.message.Format> columnFormats, io.r2dbc.postgresql.message.Format overallFormat) Create a new message.- Parameters:
columnFormats- the column formatsoverallFormat- the overall format
-
-
Method Details
-
toString
-
equals
-
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
-