MySQLColumnDefinitionPacket class

Inheritance

Constructors

MySQLColumnDefinitionPacket.new({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, required int flags, required int decimals})
MySQLColumnDefinitionPacket.decode(Uint8List buffer)
factory

Properties

catalog String
final
charset int
final
columnLength int
final
decimals int
final
flags int
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
orgName String
final
orgTable String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String
final
table String
final
type MySQLColumnType
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.
inherited

Operators

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