Searched refs:mTableListPreviousVersion (Results 1 – 1 of 1) sorted by relevance
208 HashMap<String, TableInfo> mTableListPreviousVersion, in checkExistingTableDeletion() argument212 for (String tableName : mTableListPreviousVersion.keySet()) { in checkExistingTableDeletion()225 HashMap<String, TableInfo> mTableListPreviousVersion, in checkPrimaryKeyModification() argument229 for (String tableName : mTableListPreviousVersion.keySet()) { in checkPrimaryKeyModification()234 mTableListPreviousVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()266 HashMap<String, TableInfo> mTableListPreviousVersion, in checkColumnModification() argument270 for (String tableName : mTableListPreviousVersion.keySet()) { in checkColumnModification()275 mTableListPreviousVersion.get(tableName).getColumnInfoMapping(); in checkColumnModification()343 HashMap<String, TableInfo> mTableListPreviousVersion, in checkForeignKeyModification() argument347 for (String tableName : mTableListPreviousVersion.keySet()) { in checkForeignKeyModification()[all …]