Searched refs:toTable (Results 1 – 1 of 1) sorted by relevance
123 String toTable, Context context) { in copyTable() argument126 dropTable(toDb, toTable); in copyTable()127 Favorites.addTableToDb(toDb, userSerial, false, toTable); in copyTable()131 "INSERT INTO " + toTable + " SELECT * FROM from_db." + fromTable); in copyTable()134 toDb.execSQL("INSERT INTO " + toTable + " SELECT * FROM " + fromTable); in copyTable()