f.smali
.class public interface abstract Lpe/f;
.super Ljava/lang/Object;
.source "DbMessageDao.kt"
# interfaces
.implements Lle/a;
# annotations
.annotation build Landroidx/room/Dao;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lle/a<",
"Lpe/a;",
">;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract a(JILkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Query;
value = "SELECT COUNT(id) FROM sp_chat_message WHERE conversation_id = :conversationID ORDER BY timestamp DESC, chat_message_id DESC LIMIT :size "
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(JI",
"Lkotlin/coroutines/Continuation<",
"-",
"Ljava/lang/Integer;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract a(JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Query;
value = "SELECT COUNT(id) FROM sp_chat_message WHERE conversation_id = :conversationID AND status != 0"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Lkotlin/coroutines/Continuation<",
"-",
"Ljava/lang/Integer;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract a(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Query;
value = "SELECT * FROM sp_chat_message WHERE requestId = :requestId"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Lkotlin/coroutines/Continuation<",
"-",
"Lpe/a;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract a(Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Insert;
onConflict = 0x1
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lpe/a;",
">;",
"Lkotlin/coroutines/Continuation<",
"-",
"Lkotlin/Unit;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract a(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Query;
value = "DELETE FROM `sp_chat_message`"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkotlin/coroutines/Continuation<",
"-",
"Lkotlin/Unit;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract a(Lpe/a;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Insert;
onConflict = 0x1
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lpe/a;",
"Lkotlin/coroutines/Continuation<",
"-",
"Lkotlin/Unit;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract a(JI)Lkotlinx/coroutines/flow/Flow;
.annotation build Landroidx/room/Query;
value = "SELECT * FROM sp_chat_message WHERE conversation_id = :conversationID ORDER BY timestamp DESC, chat_message_id DESC LIMIT :size "
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(JI)",
"Lkotlinx/coroutines/flow/Flow<",
"Ljava/util/List<",
"Lpe/a;",
">;>;"
}
.end annotation
.end method
.method public abstract d(JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Query;
value = "DELETE FROM sp_chat_message WHERE conversation_id = :conversationID"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Lkotlin/coroutines/Continuation<",
"-",
"Lkotlin/Unit;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method
.method public abstract e(JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
.annotation build Landroidx/room/Query;
value = "SELECT * FROM sp_chat_message WHERE chat_message_id = :msgId"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Lkotlin/coroutines/Continuation<",
"-",
"Lpe/a;",
">;)",
"Ljava/lang/Object;"
}
.end annotation
.end method