Searched refs:fromTable (Results 1 – 1 of 1) sorted by relevance
122 public static void copyTable(SQLiteDatabase fromDb, String fromTable, SQLiteDatabase toDb, in copyTable() argument131 "INSERT INTO " + toTable + " SELECT * FROM from_db." + fromTable); in copyTable()134 toDb.execSQL("INSERT INTO " + toTable + " SELECT * FROM " + fromTable); in copyTable()