FieldType class
Properties
Methods
-
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
Constants
- BOOLEAN → const FieldType
- DECIMAL → const FieldType
- DOUBLE → const FieldType
- FIELD_ARRAY → const FieldType
- FIELD_TABLE → const FieldType
- FLOAT → const FieldType
- LONG_INT → const FieldType
- LONG_LONG_INT → const FieldType
- LONG_LONG_UINT → const FieldType
- LONG_STRING → const FieldType
- LONG_UINT → const FieldType
- SHORT_INT → const FieldType
- SHORT_SHORT_INT → const FieldType
- SHORT_SHORT_UINT → const FieldType
- SHORT_STRING → const FieldType
- SHORT_UINT → const FieldType
- TIMESTAMP → const FieldType
- VOID → const FieldType