BmobTable class abstract

Implementers

Constructors

BmobTable({String createdAt = '', String updatedAt = '', String objectId = ''})

Properties

acl BmobACL
getter/setter pair
createdAt String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objectId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String
getter/setter pair

Methods

createJson() Map<String, dynamic>
delete() Future<bool>
删除某条记录
deleteFieldValue(List<String> field) Future<bool>
删除某些字段内容
fromJson(Map<String, dynamic> json) BmobTable
getBmobTabName() String
数据表名称
getInfo({List<String> include = const []}) Future<bool>
获取记录详情 include 需要联合查询的字段名称及筛选的字段,多字段用|隔开,例如 include = ["authorname|age"]
install() Future<bool>
插入一条新记录
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
update([Map<String, dynamic>? body]) Future<bool>
更新某条记录

Operators

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