FieldMetaData class

Constructors

FieldMetaData(int table_field_id, int table_id, String fieldName, FieldDataType fieldDataType, int fieldSize, bool notNull, bool autoIncrement)

Properties

autoIncrement bool
getter/setter pair
fieldDataType FieldDataType
getter/setter pair
fieldName String
getter/setter pair
fieldSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notNull bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table_field_id int
getter/setter pair
table_id int
getter/setter pair
uniqueKey String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

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