TableMetaData class

Constructors

TableMetaData(int table_id, String table_name, Map<String, List<String>>? uniqueKeyMap, List<String>? crcFieldNamesList)

Properties

crcFieldNamesList List<String>?
getter/setter pair
fieldMetaDataAccess FieldMetaDataAccess
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
propertyMap Map<String, Object>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table_id int
getter/setter pair
table_name String
getter/setter pair
uniqueKeyMap Map<String, List<String>>?
getter/setter pair

Methods

getFieldByFieldName(String fieldName) FieldMetaData
getFieldByIndex(int index) FieldMetaData
getFieldByTableFieldId(int table_field_id) FieldMetaData
getFieldList() List<FieldMetaData>
getFieldNameMapByTableFieldIdMap(Map<int, Object> tableFieldIdMap) Map<String, Object>
getProperty(String propertyName) Object
getSelectFieldData(int table_id) FieldData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setProperty(String propertyName, Object value) → void
setPropertyMap(Map<String, Object>? pm) → void
toJson() String
toString() String
A string representation of this object.
override

Operators

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

Static Properties

C_COMMS_TABLE_MAX_ID int
final