Image Dao
interface ImageDao
The Data Access Object for the ImageRoomEntity class.
Functions
Link copied to clipboard
Deletes an image from the local database.
Link copied to clipboard
Retrieves an image from the local database by image UUID.
Link copied to clipboard
Retrieves a list of images from the local database for a specified route number.
Link copied to clipboard
Retrieves a list of images from the local database that are marked for synchronization.
Link copied to clipboard
Inserts a single image into the local database. If a conflict occurs, the existing image is replaced.
Link copied to clipboard
Inserts a list of images into the local database. If a conflict occurs, the existing images are replaced.
Link copied to clipboard
Updates an image in the local database.