FieldMetaDataAccess class

Constructors

FieldMetaDataAccess()

Properties

fieldMetaDataList List<FieldMetaData>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxTableFieldId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addField(int table_field_id, int table_id, String fieldName, FieldDataType fieldDataType, int fieldSize, bool notNull, bool autoIncrement) FieldMetaData
getFieldByFieldName(String fieldName) FieldMetaData
getFieldByIndex(int index) FieldMetaData
getFieldByTableFieldId(int table_field_id) FieldMetaData
getFieldNameByTableFieldId(int table_field_id) String
getFieldNameMapByTableFieldIdMap(Map<int, Object> tableFieldIdMap) Map<String, Object>
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

Static Methods

getFieldDataTypeFromString(String fieldDataType) FieldDataType?