DatabaseHelperImpl class

Web 平台使用内存存储替代 sqflite 数据库,实现 @消息的增删查功能。

Constructors

DatabaseHelperImpl()

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

clearSessionAitMessage(String sessionId, String accId) Future<int>
deleteMessage(String sessionId, String messageId, String accId) Future<int>
insert(Map<String, dynamic> row) Future<int>
insertAitMessage(String conversationId, String messageId, String accId) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryAllAitSession(String accId) Future<List<String>>
queryMessageIdsBySessionId(String conversationId, String accId) Future<List<String>>
toString() String
A string representation of this object.
inherited

Operators

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