DeleteTable
public
abstract
@interface
DeleteTable
implements
Annotation
| androidx.room.DeleteTable |
Repeatable annotation declaring the deleted tables in the AutoMigration.to() version of
an auto migration.
See also:
Summary
Nested classes | |
|---|---|
@interface |
DeleteTable.Entries
Container annotation for the repeatable annotation |
Public methods | |
|---|---|
String
|
tableName()
Name of the table in the |
Inherited methods | |
|---|---|
Public methods
tableName
public String tableName ()
Name of the table in the AutoMigration.from() version of the database to be deleted.
| Returns | |
|---|---|
String |
Name of the table. |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-21 UTC.