apkfuckery/com.discord/smali/androidx/room/RoomOpenHelper$Delegate.smali
2019-10-08 01:23:22 +02:00

60 lines
1.4 KiB
Smali

.class public abstract Landroidx/room/RoomOpenHelper$Delegate;
.super Ljava/lang/Object;
.source "RoomOpenHelper.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/room/RoomOpenHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "Delegate"
.end annotation
# instance fields
.field public final version:I
# direct methods
.method public constructor <init>(I)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Landroidx/room/RoomOpenHelper$Delegate;->version:I
return-void
.end method
# virtual methods
.method protected abstract createAllTables(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.end method
.method protected abstract dropAllTables(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.end method
.method protected abstract onCreate(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.end method
.method protected abstract onOpen(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.end method
.method protected onPostMigrate(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.locals 0
return-void
.end method
.method protected onPreMigrate(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.locals 0
return-void
.end method
.method protected abstract validateMigration(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
.end method