Searched defs:ForeignKeyBundle (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/
H A DForeignKeyBundle.java31 public class ForeignKeyBundle implements SchemaEquality<ForeignKeyBundle> { class in inherits:SchemaEquality
52 public ForeignKeyBundle(String table, String onDelete, String onUpdate, method in class:ForeignKeyBundle
107 public boolean isSchemaEqual(ForeignKeyBundle other) {

Completed in 89 milliseconds