package

androidx.room.migration.bundle

Classes

BundleUtilUtility functions for bundling.
DatabaseBundleData class that holds the schema information for a Database.
DatabaseViewBundleData class that holds the schema information about a DatabaseView.
EntityBundleData class that holds the schema information about an Entity.
FieldBundleData class that holds the schema information for an Entity field.
ForeignKeyBundleHolds the information about a foreign key reference.
FtsEntityBundleData class that holds the schema information about an FTS3 or FTS4 entity.
FtsOptionsBundleData class that holds FTS Options of an Fts3 or Fts4.
IndexBundleData class that holds the schema information about a table Index.
PrimaryKeyBundleData class that holds the schema information about a primary key.
SchemaBundleData class that holds the information about a database schema export.