User Dao
interface UserDao
The Data Access Object for the UserRoomEntity class.
Functions
Link copied to clipboard
Deletes a user from the local database.
Link copied to clipboard
Retrieves a user from the local database by email.
Link copied to clipboard
Retrieves a user from the local database by remote ID.
Link copied to clipboard
Inserts a single user into the local database. If a conflict occurs, the existing user is replaced.
Link copied to clipboard
Inserts a list of users into the local database. If a conflict occurs, the existing users are replaced.
Link copied to clipboard
Updates a user in the local database.