.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_PREFIX: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 (I)V .locals 0 invoke-direct {p0}, Ljava/lang/Object;->()V iput p1, p0, Landroidx/room/RoomOpenHelper$Delegate;->version:I return-void .end method # virtual methods .method public abstract createAllTables(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .end method .method public abstract dropAllTables(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .end method .method public abstract onCreate(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .end method .method public abstract onOpen(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .end method .method public onPostMigrate(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .locals 0 return-void .end method .method public onPreMigrate(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .locals 0 return-void .end method .method public abstract validateMigration(Landroidx/sqlite/db/SupportSQLiteDatabase;)V .end method