SupportSQLiteDatabase.smali
.class public interface abstract Landroidx/sqlite/db/SupportSQLiteDatabase;
.super Ljava/lang/Object;
# interfaces
.implements Ljava/io/Closeable;
# virtual methods
.method public abstract R(Landroidx/sqlite/db/SupportSQLiteQuery;Landroid/os/CancellationSignal;)Landroid/database/Cursor;
.end method
.method public abstract T0(Landroidx/sqlite/db/SupportSQLiteQuery;)Landroid/database/Cursor;
.end method
.method public abstract beginTransaction()V
.end method
.method public abstract endTransaction()V
.end method
.method public abstract execSQL(Ljava/lang/String;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/database/SQLException;
}
.end annotation
.end method
.method public abstract execSQL(Ljava/lang/String;[Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/database/SQLException;
}
.end annotation
.end method
.method public abstract getAttachedDbs()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Landroid/util/Pair<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;>;"
}
.end annotation
.end method
.method public abstract getPath()Ljava/lang/String;
.end method
.method public abstract inTransaction()Z
.end method
.method public abstract isOpen()Z
.end method
.method public abstract setTransactionSuccessful()V
.end method
.method public abstract u0(Ljava/lang/String;)Landroid/database/Cursor;
.end method
.method public abstract x0(Ljava/lang/String;ILandroid/content/ContentValues;)J
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/database/SQLException;
}
.end annotation
.end method
.method public abstract y(Ljava/lang/String;)Landroidx/sqlite/db/SupportSQLiteStatement;
.end method