apollo-kotlin-normalized-cache
Toggle table of contents
1.0.0-beta.2-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-normalized-cache
normalized-cache-sqlite
/
com.apollographql.cache.normalized.sql.internal.record
/
SqlRecordDatabase
Sql
Record
Database
interface
SqlRecordDatabase
:
SuspendingTransacter
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
record
Queries
Link copied to clipboard
abstract
val
recordQueries
:
RecordQueries
Functions
transaction
Link copied to clipboard
abstract
suspend
fun
transaction
(
noEnclosing
:
Boolean
,
body
:
suspend
SuspendingTransactionWithoutReturn
.
(
)
->
Unit
)
transaction
With
Result
Link copied to clipboard
abstract
suspend
fun
<
R
>
transactionWithResult
(
noEnclosing
:
Boolean
,
bodyWithReturn
:
suspend
SuspendingTransactionWithReturn
<
R
>
.
(
)
->
R
)
:
R