ClientMessage class abstract

Inheritance
Implementers

Constructors

ClientMessage()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

aggregateBytes(List<ClientMessage> messages, {required Encoding encoding}) Uint8List

Constants

BindIdentifier → const int
CloseIdentifier → const int
DescribeIdentifier → const int
ExecuteIdentifier → const int
FormatBinary → const int
FormatText → const int
ParseIdentifier → const int
PasswordIdentifier → const int
ProtocolVersion → const int
QueryIdentifier → const int
SyncIdentifier → const int