Modifier and Type | Method and Description |
---|---|
void |
deleteAll() |
androidx.lifecycle.LiveData<Label> |
get(long id) |
androidx.lifecycle.LiveData<java.util.List<Label>> |
getAll() |
java.util.List<Label> |
getAllSync() |
long |
getId(java.lang.String name) |
int |
updateName(java.lang.String newName,
java.lang.String oldName) |
delete, deleteAll, insert, insertAll, insertAllIfNew, insertIfNew, update, updateAll
androidx.lifecycle.LiveData<java.util.List<Label>> getAll()
java.util.List<Label> getAllSync()
androidx.lifecycle.LiveData<Label> get(long id)
long getId(java.lang.String name)
int updateName(java.lang.String newName, java.lang.String oldName)
void deleteAll()