BmobQueryHelper class

Constructors

BmobQueryHelper()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

batch(BmobBatch batch) Future<List>
批量操作的上限为50个,会分组进行上传
bql({required String bql, List? values}) Future<List<Map<String, dynamic>>>
查询列表
query<T extends BmobTable, O>(T table, JsonToObject<O> jsonToObject, {BmobWhereBuilder? where}) Future<BmobSetResponse<O>>
适用于聚合查询,返回非表格字段 数据列表查询