Searched defs:ForeignKey (Results 1 – 3 of 3) sorted by relevance
24 data class ForeignKey(val parentTable: String, dataClass
49 public @interface ForeignKey { annotation
442 public static class ForeignKey { class in TableInfo454 public ForeignKey(@NonNull String referenceTable, @NonNull String onDelete, in ForeignKey() method in TableInfo.ForeignKey