CopyBothResponseMessage class
Identifies the message as a Start Copy Both response. This message is used only for Streaming Replication.
- Implemented types
Constructors
- CopyBothResponseMessage.parse(PgByteDataReader reader)
Properties
-
columnsFormatCode
→ List<
int> -
The format codes to be used for each column. Each must presently be zero (text)
or one (binary). All must be zero if the overall copy format is textual
final
- copyFormat ↔ int
-
0 indicates the overall COPY format is textual (rows separated by newlines,
columns separated by separator characters, etc). 1 indicates the overall copy
format is binary (similar to DataRow format).
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited