MySQLColumnDefinitionPacket class
- Inheritance
-
- Object
- MySQLPacketPayload
- MySQLColumnDefinitionPacket
Constructors
- MySQLColumnDefinitionPacket({required String catalog, required String schema, required String table, required String orgTable, required String name, required String orgName, required int charset, required int columnLength, required MySQLColumnType type})
- MySQLColumnDefinitionPacket.decode(Uint8List buffer)
-
factory
Properties
- catalog ↔ String
-
getter/setter pair
- charset ↔ int
-
getter/setter pair
- columnLength ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
getter/setter pair
- orgName ↔ String
-
getter/setter pair
- orgTable ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema ↔ String
-
getter/setter pair
- table ↔ String
-
getter/setter pair
- type ↔ MySQLColumnType
-
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