XLogDataLogicalMessage class

Implemented types

Constructors

XLogDataLogicalMessage({required LogicalReplicationMessage message, required Uint8List bytes, required DateTime time, required LSN walEnd, required LSN walStart})

Properties

bytes Uint8List
final
data LogicalReplicationMessage
For physical replication, this is the raw bytes For logical replication, see XLogDataLogicalMessage
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
message LogicalReplicationMessage
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
final
walDataLength LSN
no setteroverride
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited