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.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]