CleanTables class

Constructors

CleanTables(SchemaMetaData smd, SchemaMetaData smdSys, DbTransaction transaction)

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smd SchemaMetaData
getter/setter pair
smdSys SchemaMetaData
getter/setter pair
transaction DbTransaction
getter/setter pair
transactionsFactory TransactionsFactory
getter/setter pair
waterLineDao WaterLineDao
getter/setter pair

Methods

deleteDuplicates() Future<void>
deleteRow(WaterLineDto waterLineDto, bool deleteDto, bool deleteTrDto, bool deleteWaterLine) Future<void>
init() Future<void>
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