public final class CopyInResponse extends Object
Constructor and Description |
---|
CopyInResponse(Collection<io.r2dbc.postgresql.message.Format> columnFormats,
io.r2dbc.postgresql.message.Format overallFormat)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<io.r2dbc.postgresql.message.Format> |
getColumnFormats()
Returns the column formats.
|
io.r2dbc.postgresql.message.Format |
getOverallFormat()
Returns the overall format.
|
int |
hashCode() |
String |
toString() |
public CopyInResponse(Collection<io.r2dbc.postgresql.message.Format> columnFormats, io.r2dbc.postgresql.message.Format overallFormat)
columnFormats
- the column formatsoverallFormat
- the overall formatpublic String toString()
public final Collection<io.r2dbc.postgresql.message.Format> getColumnFormats()
public final io.r2dbc.postgresql.message.Format getOverallFormat()
Copyright © 2019. All rights reserved.