FlogDao class
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
-
delete(
Log log) → Future -
Deletes the
log
from Database -
deleteAll(
) → Future - Deletes all Logs from Database
-
deleteAllLogsByFilter(
{required List< Filter> filters}) → Future<int> -
Deletes all Logs from Database which match the given
filters
. -
getAllLogs(
) → Future< List< Log> > - fetch all Logs from Database
-
getAllSortedByFilter(
{required List< Filter> filters}) → Future<List< Log> > -
Fetch all Logs which match the given
filters
and sorts them bydataLogType
-
insert(
Log log) → Future< int> - DB functions:--------------------------------------------------------------
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Log log) → Future -
Updates the
log
in Database
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited