XLogDataMessage class

Implemented types
Implementers

Constructors

XLogDataMessage({required LSN walStart, required LSN walEnd, required DateTime time, required Uint8List bytes})

Properties

bytes Uint8List
final
data Object
For physical replication, this is the raw bytes For logical replication, see XLogDataLogicalMessage
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
final
walDataLength LSN
no setter
walEnd LSN
final
walStart LSN
final

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

Static Methods

parse(Uint8List bytes, Encoding encoding) XLogDataMessage
Parses the XLogDataMessage