Field class
Constructors
- Field(Buffer buffer)
-
factory
- Field.forTests(int? type)
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?
-
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
- typeString → String
-
no setter
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