UserInfoDbProvider class

用户表

Inheritance

Properties

columnData String
final
columnId String
final
columnUserId String
final
data String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTableExits bool
getter/setter pairinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
getter/setter pair

Methods

getDataBase() Future<Database>
inherited
getUserInfo(String? userId) Future<UserEntity?>
获取事件数据
insert(String? userId, String eventMapString) Future
插入到数据库
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → dynamic
inherited
prepare(dynamic name, String createSql) → dynamic
inherited
tableBaseString(String name, String columnId) → dynamic
inherited
tableName() → dynamic
override
tableSqlString() → dynamic
override
toMap(String? userId, String data) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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