trixnity-client-repository-room
Toggle table of contents
4.19.0
jvm
Platform filter
jvm
Switch theme
Search in API
trixnity-client-repository-room
trixnity-client-repository-room
/
net.folivo.trixnity.client.store.repository.room
/
OutdatedKeysDao_Impl
Outdated
Keys
Dao_
Impl
jvm
@
Generated
(
value
=
[
"androidx.room.RoomProcessor"
]
)
class
OutdatedKeysDao_Impl
(
__db
:
RoomDatabase
)
:
OutdatedKeysDao
Members
Constructors
Outdated
Keys
Dao_
Impl
Link copied to clipboard
jvm
constructor
(
__db
:
RoomDatabase
)
Types
Companion
Link copied to clipboard
jvm
object
Companion
Functions
delete
Link copied to clipboard
jvm
open
suspend override
fun
delete
(
id
:
Long
)
delete
All
Link copied to clipboard
jvm
open
suspend override
fun
deleteAll
(
)
get
Link copied to clipboard
jvm
open
suspend override
fun
get
(
id
:
Long
)
:
RoomOutdatedKeys
?
insert
Link copied to clipboard
jvm
open
suspend override
fun
insert
(
entity
:
RoomOutdatedKeys
)