Searched refs:getPrimaryKey (Results 1 – 3 of 3) sorted by relevance
234 mTableListPreviousVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()236 mTableListCurrentVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()391 .getPrimaryKey() in checkForeignKeyModification()483 .getPrimaryKey() in checkNewTableAddition()
165 List<String> primaryKeyFirstTable = mTableList.get(FIRST_TABLE_NAME).getPrimaryKey(); in test_primaryKey_matches()176 List<String> primaryKeySecondTable = mTableList.get(SECOND_TABLE_NAME).getPrimaryKey(); in test_primaryKey_matches()
119 public List<String> getPrimaryKey() { in getPrimaryKey() method in TableInfo