apkfuckery/com.discord/smali/androidx/sqlite/db/SupportSQLiteStatement.smali

24 lines
527 B
Smali

.class public interface abstract Landroidx/sqlite/db/SupportSQLiteStatement;
.super Ljava/lang/Object;
.source "SupportSQLiteStatement.java"
# interfaces
.implements Landroidx/sqlite/db/SupportSQLiteProgram;
# virtual methods
.method public abstract execute()V
.end method
.method public abstract executeInsert()J
.end method
.method public abstract executeUpdateDelete()I
.end method
.method public abstract simpleQueryForLong()J
.end method
.method public abstract simpleQueryForString()Ljava/lang/String;
.end method