app
androidJvm
app
/
com.iomt.android.room.statistics
/
StatisticsDao
Statistics
Dao
interface
StatisticsDao
:
BasicDao
<
StatisticsEntity
>
Data Access Object of
StatisticsEntity
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
entity
:
StatisticsEntity
)
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
Flow
<
StatisticsEntity
>
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
entity
:
StatisticsEntity
)
:
Long
update
Link copied to clipboard
abstract
suspend
fun
update
(
entity
:
StatisticsEntity
)