StandbyStatusUpdateMessage class

Inheritance
Implemented types

Constructors

StandbyStatusUpdateMessage({required LSN walWritePosition, LSN? walFlushPosition, LSN? walApplyPosition, DateTime? clientTime, bool mustReply = false})
StandbyStatusUpdate to the PostgreSQL server.

Properties

clientTime DateTime
Client system clock time
latefinal
hashCode int
The hash code for this object.
no setterinherited
mustReply bool
Request server to reply immediately.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walApplyPosition LSN
The WAL position that's been locally applied
latefinal
walFlushPosition LSN
The WAL position that's been locally flushed
latefinal
walWritePosition LSN
The WAL position that's been locally written
final

Methods

applyToBuffer(PgByteDataWriter buffer) → void
override
asBytes({required Encoding encoding}) Uint8List
inherited
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