MySQLPacketInitialHandshake class

Inheritance

Constructors

MySQLPacketInitialHandshake({required int protocolVersion, required String serverVersion, required int connectionID, required Uint8List authPluginDataPart1, required Uint8List? authPluginDataPart2, required int capabilityFlags, required int charset, required Uint8List statusFlags, required String? authPluginName})
MySQLPacketInitialHandshake.decode(Uint8List buffer)
factory

Properties

authPluginDataPart1 Uint8List
getter/setter pair
authPluginDataPart2 Uint8List?
getter/setter pair
authPluginName String?
getter/setter pair
capabilityFlags int
getter/setter pair
charset int
getter/setter pair
connectionID int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
protocolVersion int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverVersion String
getter/setter pair
statusFlags Uint8List
getter/setter pair

Methods

encode() Uint8List
override
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