toggle menu
app
androidJvm
switch theme
search in API
app
/
com.qwict.svkandroid.data.local.database
/
ImageDatabase
Image
Database
interface
ImageDatabase
Inheritors
ImageDatabaseImpl
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
image
:
ImageRoomEntity
)
get
Image
By
Image
Uuid
Link copied to clipboard
abstract
suspend
fun
getImageByImageUuid
(
imageUuid
:
UUID
)
:
ImageRoomEntity
get
Images
To
Sync
Link copied to clipboard
abstract
suspend
fun
getImagesToSync
(
)
:
List
<
ImageRoomEntity
>
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
image
:
ImageRoomEntity
)
insert
All
Link copied to clipboard
abstract
suspend
fun
insertAll
(
images
:
List
<
ImageRoomEntity
>
)
update
Link copied to clipboard
abstract
suspend
fun
update
(
image
:
ImageRoomEntity
)