apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-normalized-cache-sqlite
/
com.apollographql.apollo.cache.normalized.sql.internal.json
Package-level
declarations
Types
Types
Json
Database
Link copied to clipboard
interface
JsonDatabase
:
Transacter
Json
Queries
Link copied to clipboard
class
JsonQueries
(
driver
:
SqlDriver
)
:
TransacterImpl
Record
For
Key
Link copied to clipboard
data
class
RecordForKey
(
val
key
:
String
,
val
record
:
String
)
Records
Link copied to clipboard
data
class
Records
(
val
_id
:
Long
,
val
key
:
String
,
val
record
:
String
)
Records
For
Keys
Link copied to clipboard
data
class
RecordsForKeys
(
val
key
:
String
,
val
record
:
String
)