g.smali
.class public interface abstract Lre/g;
.super Ljava/lang/Object;
.source "OrderEditDao.kt"
# interfaces
.implements Lle/a;
# annotations
.annotation build Landroidx/room/Dao;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lle/a<",
"Lre/i;",
">;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract a(IJ)Ljava/util/List;
.annotation build Landroidx/room/Query;
value = "SELECT * FROM order_edit WHERE create_time>:expireTime AND status=:status"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(IJ)",
"Ljava/util/List<",
"Lre/i;",
">;"
}
.end annotation
.end method
.method public abstract a(Ljava/lang/String;I)V
.annotation build Landroidx/room/Query;
value = "UPDATE order_edit SET status=:status WHERE deliveryId=:deliveryId"
.end annotation
.end method
.method public abstract a(Ljava/util/List;)V
.annotation build Landroidx/room/Insert;
onConflict = 0x1
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lre/i;",
">;)V"
}
.end annotation
.end method
.method public abstract a(Lre/i;)V
.annotation build Landroidx/room/Insert;
onConflict = 0x1
.end annotation
.end method