Searched refs:mTableListCurrentVersion (Results 1 – 1 of 1) sorted by relevance
209 HashMap<String, TableInfo> mTableListCurrentVersion, in checkExistingTableDeletion() argument214 if (!mTableListCurrentVersion.containsKey(tableName)) { in checkExistingTableDeletion()226 HashMap<String, TableInfo> mTableListCurrentVersion, in checkPrimaryKeyModification() argument231 if (mTableListCurrentVersion.containsKey(tableName)) { in checkPrimaryKeyModification()236 mTableListCurrentVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()267 HashMap<String, TableInfo> mTableListCurrentVersion, in checkColumnModification() argument272 if (mTableListCurrentVersion.containsKey(tableName)) { in checkColumnModification()277 mTableListCurrentVersion.get(tableName).getColumnInfoMapping(); in checkColumnModification()344 HashMap<String, TableInfo> mTableListCurrentVersion, in checkForeignKeyModification() argument349 if (mTableListCurrentVersion.containsKey(tableName)) { in checkForeignKeyModification()[all …]