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
Package-level
declarations
Types
Types
Record
Link copied to clipboard
data
class
Record
(
val
key
:
String
,
val
record
:
ByteArray
,
val
updated_date
:
Long
)
Record
Queries
Link copied to clipboard
class
RecordQueries
(
driver
:
SqlDriver
)
:
SuspendingTransacterImpl
Select
All
Records
Link copied to clipboard
data
class
SelectAllRecords
(
val
key
:
String
,
val
record
:
ByteArray
)
Select
Records
Link copied to clipboard
data
class
SelectRecords
(
val
key
:
String
,
val
record
:
ByteArray
)
Sql
Record
Database
Link copied to clipboard
interface
SqlRecordDatabase
:
SuspendingTransacter