DbFilter class

过滤语句处理

Inheritance

Constructors

DbFilter(Set<DbQueryField>? $cmds, {List<Set<DbQueryField>>? $or, List<Set<DbQueryField>>? $and, List<Set<DbQueryField>>? $nor})

Properties

$and List<Set<DbQueryField>>?
与 条件查询
getter/setter pair
$cmds Set<DbQueryField>?
比较操作
final
$nor List<Set<DbQueryField>>?
查询与任一表达式都不匹配的文档
getter/setter pair
$or List<Set<DbQueryField>>?
或 条件查询
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildTarget() → dynamic
使用本实例字段成员的值生成包装的目标类实例
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
转换为基本数据类型的Map。转换结果可以直接使用jsonEncode进行序列化,可以直接保存到mongo数据库
override
toKValues() Map<String, dynamic>
转换为用字符串key读取字段值的Map
inherited
toString() String
jsonEncode(this)抛出的异常被吃掉了,所以需要写成jsonEncode(toJson())
inherited
updateByJson(Map<String, dynamic> map) → void
通过基本数据类型的Map来更新字段。来源map可以直接使用jsonEncode进行序列化,可以直接保存到mongo数据库
inherited
updateByKValues(Map<String, dynamic> map) → void
通过用字符串key读取字段值的Map来更新字段
inherited

Operators

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