app
androidJvm
app
/
com.iomt.android.room.basic
/
BasicDao
Basic
Dao
interface
BasicDao
<
E
:
BasicEntity
>
Data Access Object of
BasicEntity
Inheritors
CharacteristicDao
DeviceDao
DeviceCharacteristicLinkDao
StatisticsDao
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
entity
:
E
)
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
entity
:
E
)
:
Long
update
Link copied to clipboard
abstract
suspend
fun
update
(
entity
:
E
)