Proyectos de Subversion Android Microlearning

Rev

Rev 1 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 43
Línea 55... Línea 55...
55
    void update(Progress progress);
55
    void update(Progress progress);
Línea 56... Línea 56...
56
 
56
 
57
    @Query("DELETE FROM tb_progress WHERE id = :id")
57
    @Query("DELETE FROM tb_progress WHERE id = :id")
Línea 58... Línea 58...
58
    void remove(int id);
58
    void remove(int id);
59
 
59
 
Línea 60... Línea 60...
60
    @Query("DELETE FROM tb_progress WHERE user_uuid = :userUuid")
60
    @Query("DELETE FROM tb_progress WHERE user_uuid != :userUuid")
61
    void removeAllUserUuidNotEqual(String userUuid);
61
    void removeAllUserUuidNotEqual(String userUuid);