MySQLPacketInitialHandshake class

Inheritance

Constructors

MySQLPacketInitialHandshake.new({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
final
authPluginDataPart2 Uint8List?
final
authPluginName String?
final
capabilityFlags int
final
charset int
final
connectionID int
final
hashCode int
The hash code for this object.
no setterinherited
protocolVersion int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverVersion String
final
statusFlags Uint8List
final

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.
override

Operators

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