MeasureUnitDbSet class abstract

Inheritance
Annotations
  • @dao

Constructors

MeasureUnitDbSet()

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

deleteRow(MeasureUnitModel row) Future<void>
inherited
deleteRows(List<MeasureUnitModel> rows) Future<int>
inherited
findAll() Future<List<MeasureUnitModel>>
findAllAsStream() Stream<List<MeasureUnitModel>>
findById(int id) Future<MeasureUnitModel?>
findByIdAsStream(int id) Stream<MeasureUnitModel?>
findByUpId(int upId) Future<List<MeasureUnitModel>>
findByUpIdAsStream(int upId) Stream<List<MeasureUnitModel>>
getCount() Future<int?>
getCountByUpId(int upId) Future<int?>
insertRow(MeasureUnitModel row) Future<void>
inherited
insertRows(List<MeasureUnitModel> rows) Future<List<int>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRow(MeasureUnitModel row) Future<void>
inherited
updateRows(List<MeasureUnitModel> rows) Future<int>
inherited

Operators

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