StrayTables class

Constructors

StrayTables()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

C_CREATE_IF_NOT_FOUND bool
getter/setter pair
C_INITIALIZE_TABLE bool
getter/setter pair
C_WARDEN_TYPE WardenType
getter/setter pair

Static Methods

messageDeleted(String sourceTableType, TrDto trDto) → void
messageNotFound(String sourceTableType, int ts, String destTableType) → void
messageNotFoundTmd(String sourceTableType, int ts, TableMetaData tableMd) → void
showAllStrays(bool purge, SchemaMetaData smdSys, DbTransaction transaction) Future<void>
strayAllTables(bool purge, SchemaMetaData smdSys, DbTransaction transaction) Future<void>
strayAllWaterLine(bool purge, SchemaMetaData smdSys, DbTransaction transaction) Future<void>
strayTrTable(int table_id, bool purge, SchemaMetaData smdSys, DbTransaction transaction, WaterLineDao waterLineDao) Future<void>
strayWaterLine(bool purge, SchemaMetaData smdSys, DbTransaction transaction, WaterLineDao waterLineDao) Future<void>
tablePresent(String tableName, bool present) → void
tablePresentTmd(TableMetaData tableMd, bool present) → void
waterLineDeleted(WaterLineDto dto) → void