trixnity-client-repository-room
Toggle table of contents
4.22.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client-repository-room
trixnity-client-repository-room
/
net.folivo.trixnity.client.store.repository.room
/
GlobalAccountDataDao
Global
Account
Data
Dao
interface
GlobalAccountDataDao
Inheritors
GlobalAccountDataDao_Impl
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
type
:
String
)
abstract
suspend
fun
delete
(
type
:
String
,
key
:
String
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
All
By
Type
Link copied to clipboard
abstract
suspend
fun
getAllByType
(
type
:
String
)
:
List
<
RoomGlobalAccountData
>
get
By
Keys
Link copied to clipboard
abstract
suspend
fun
getByKeys
(
type
:
String
,
key
:
String
)
:
RoomGlobalAccountData
?
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
entity
:
RoomGlobalAccountData
)
insert
All
Link copied to clipboard
abstract
suspend
fun
insertAll
(
entities
:
List
<
RoomGlobalAccountData
>
)