DatabaseHelperImpl class
Constructors
Properties
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
Constants
- messageIdColumn → const String
- myAccId → const String
- sessionIdColumn → const String
- table → const String