toggle menu
trixnity-client-repository-indexeddb
4.2.5
js
switch theme
search in API
trixnity-client-repository-indexeddb
/
net.folivo.trixnity.client.store.repository.indexeddb
/
IndexedDBRepositoryTransactionManager
Indexed
DBRepository
Transaction
Manager
class
IndexedDBRepositoryTransactionManager
(
database
:
Database
,
allObjectStores
:
Array
<
String
>
,
testMode
:
Boolean
=
false
)
:
RepositoryTransactionManager
Members
Constructors
Indexed
DBRepository
Transaction
Manager
Link copied to clipboard
constructor
(
database
:
Database
,
allObjectStores
:
Array
<
String
>
,
testMode
:
Boolean
=
false
)
Functions
read
Transaction
Link copied to clipboard
open
suspend override
fun
<
T
>
readTransaction
(
block
:
suspend
(
)
->
T
)
:
T
write
Transaction
Link copied to clipboard
open
suspend override
fun
writeTransaction
(
block
:
suspend
(
)
->
Unit
)