SchemaMetaData class

Constructors

SchemaMetaData(bool isSystem)
SchemaMetaData.yaml(YamlMap yaml)

Properties

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

Methods

addField(int table_id, String fieldName, FieldDataType fieldDataType, {int fieldSize = 10, bool notNull = true, bool autoIncrement = false}) → void
addTable(int table_id, String tableName, {Map<String, List<String>>? uniqueKeysMap = null, List<String>? crcFieldNamesList, Map<String, Object>? propertiesMap}) → void
doesTableExist(String tableName) bool
getField(int table_id, String fieldName) FieldMetaData
getFieldByTableFieldId(int table_field_id) FieldMetaData?
getTableByName(String tableName) TableMetaData?
getTableByTableId(int table_id) TableMetaData
getTableMetaDataList({bool includeComms = true}) List<TableMetaData>
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