MySQLPacketHandshakeResponse41 class
- Inheritance
-
- Object
- MySQLPacketPayload
- MySQLPacketHandshakeResponse41
Constructors
- MySQLPacketHandshakeResponse41({required int capabilityFlags, required int maxPacketSize, required int characterSet, required Uint8List authResponse, required String authPluginName, required String username, String? database})
- MySQLPacketHandshakeResponse41.createWithCachingSha2Password({required String username, required String password, required MySQLPacketInitialHandshake initialHandshakePayload})
-
factory
- MySQLPacketHandshakeResponse41.createWithNativePassword({required String username, required String password, required MySQLPacketInitialHandshake initialHandshakePayload})
-
factory
Properties
- authPluginName ↔ String
-
getter/setter pair
- authResponse ↔ Uint8List
-
getter/setter pair
- capabilityFlags ↔ int
-
getter/setter pair
- characterSet ↔ int
-
getter/setter pair
- database ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxPacketSize ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username ↔ String
-
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