WLogDao 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(WLogModel log) Future
delete
deleteAll() Future
deleteAll
deleteByFilter({required List<Filter> filters}) Future<int>
deleteByFilter
findAll() Future<List<WLogModel>>
findAll
findByFilter({required List<Filter> filters}) Future<List<WLogModel>>
findByFilter
insert(WLogModel log) Future<int>
insert
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(WLogModel log) Future
update

Operators

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

Static Properties

instance WLogDao
单例
no setter