ProductMeasureDbSet class abstract

Inheritance
Annotations
  • @dao

Constructors

ProductMeasureDbSet()

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(ProductMeasureModel row) Future<void>
inherited
deleteRows(List<ProductMeasureModel> rows) Future<int>
inherited
findAll() Future<List<ProductMeasureModel>>
findAllAsStream() Stream<List<ProductMeasureModel>>
findBy(int productId, int currencyId) Future<List<ProductMeasureModel>>
findByAsStream(int productId, int currencyId) Stream<List<ProductMeasureModel>>
getCount(int productId, int currencyId) Future<int?>
insertRow(ProductMeasureModel row) Future<void>
inherited
insertRows(List<ProductMeasureModel> 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(ProductMeasureModel row) Future<void>
inherited
updateRows(List<ProductMeasureModel> rows) Future<int>
inherited

Operators

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