53 lines
1.3 KiB
Smali
53 lines
1.3 KiB
Smali
.class public abstract Landroidx/room/RoomOpenHelper$Delegate;
|
|
.super Ljava/lang/Object;
|
|
.source "RoomOpenHelper.java"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
.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 abstract validateMigration(Landroidx/sqlite/db/SupportSQLiteDatabase;)V
|
|
.end method
|