Field class

A MySQL field

Constructors

Field(String? name, {String? catalog, String? db, String? table, String? orgTable, String? orgName, int? characterSet, int? length, int? type, int? flags, int? decimals, int? defaultValue})
Field.fromBuffer(ReadBuffer buffer)
factory

Properties

catalog String?
final
characterSet int?
final
db String?
final
decimals int?
final
defaultValue int?
final
flags int?
final
hashCode int
The hash code for this object.
no setterinherited
length int?
final
name String?
The name of the field
final
orgName String?
final
orgTable String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String?
final
type int?
final

Methods

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