Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

Rev 8 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 8 Rev 10
Línea 18... Línea 18...
18
    List<Question> selectAllByQuizUuid(String quizUuid);
18
    List<Question> selectAllByQuizUuid(String quizUuid);
Línea 19... Línea 19...
19
 
19
 
20
    @Query("SELECT * FROM tb_questions WHERE uuid = :uuid LIMIT 1")
20
    @Query("SELECT * FROM tb_questions WHERE uuid = :uuid LIMIT 1")
Línea 21... Línea 21...
21
    Question selectByUuid(String uuid);
21
    Question selectByUuid(String uuid);
22
 
22
 
Línea 23... Línea 23...
23
    @Insert(onConflict = OnConflictStrategy.IGNORE)
23
    @Insert
24
    void insert(Question question);
24
    void insert(Question question);