TableMetaDataAccess class

Constructors

TableMetaDataAccess()

Properties

hashCode int
The hash code for this object.
no setterinherited
maxTableId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTable(int table_id, String tableName, Map<String, List<String>>? uniqueKeysMap, List<String>? crcFieldNamesList, {Map<String, Object>? propertyMap}) → void
doesTableExist(String tableName) bool
getFieldMetaDataListByTableName(int table_id, List<FieldMetaData> fieldMetaDataList) List<FieldMetaData>
getTableMetaDataByTableId(int table_id) TableMetaData
getTableMetaDataByTableName(String tableName) TableMetaData
getTableMetaDataList({bool includeComms = true}) List<TableMetaData>
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