diff --git a/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html b/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html index 9e4ddff3ab2..bed753c7ab0 100644 --- a/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html +++ b/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html @@ -69,7 +69,7 @@

dependencies

-
open override fun dependencies(): MutableList<Class<out Initializer<*>>>
+
open override fun dependencies(): MutableList<Class<out Initializer<*>>>
diff --git a/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html b/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html index a930291524d..48ae2ccfaf5 100644 --- a/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html +++ b/kdoc/apollo-normalized-cache-sqlite-incubating/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html @@ -70,7 +70,7 @@

SqlNormalizedCache
-
expect constructor(driver: SqlDriver, withDates: Boolean = false)


expect constructor(name: String? = "apollo.db", withDates: Boolean = false)

Parameters

name

: the name of the database or null for an in-memory database When not in memory, the database will be stored in a platform specific folder

  • on Android it will use Context.getDatabaseName

  • on MacOS, it will use "Application Support/databases/name"

  • on the JVM, it will use "System.getProperty("user.home")/.apollo" Default: "apollo.db"

withDates

: whether to store dates (receive dates or expiration dates) Once a database is created, this parameter cannot change Default: false

constructor(url: String, properties: Properties = Properties(), withDates: Boolean = false)

Parameters

url

Database connection URL in the form of jdbc:sqlite:path where path is either blank (creating an in-memory database) or a path to a file.

properties

constructor(name: String?, withDates: Boolean, baseDir: String?)

Parameters

name

the name of the database or null for an in-memory database

withDates

whether to account for dates in the database.

baseDir

the baseDirectory where to store the database. If baseDir does not exist, it will be created If baseDir is a relative path, it will be interpreted relative to the current working directory


actual constructor(driver: SqlDriver, withDates: Boolean)
actual constructor(name: String?, withDates: Boolean)
+
expect constructor(driver: SqlDriver, withDates: Boolean = false)


expect constructor(name: String? = "apollo.db", withDates: Boolean = false)

Parameters

name

: the name of the database or null for an in-memory database When not in memory, the database will be stored in a platform specific folder

  • on Android it will use Context.getDatabaseName

  • on MacOS, it will use "Application Support/databases/name"

  • on the JVM, it will use "System.getProperty("user.home")/.apollo" Default: "apollo.db"

withDates

: whether to store dates (receive dates or expiration dates) Once a database is created, this parameter cannot change Default: false

constructor(url: String, properties: Properties = Properties(), withDates: Boolean = false)

Parameters

url

Database connection URL in the form of jdbc:sqlite:path where path is either blank (creating an in-memory database) or a path to a file.

properties

constructor(name: String?, withDates: Boolean, baseDir: String?)

Parameters

name

the name of the database or null for an in-memory database

withDates

whether to account for dates in the database.

baseDir

the baseDirectory where to store the database. If baseDir does not exist, it will be created If baseDir is a relative path, it will be interpreted relative to the current working directory


actual constructor(driver: SqlDriver, withDates: Boolean)
actual constructor(name: String?, withDates: Boolean)
diff --git a/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html b/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html index 855f5eecdfa..bbaec68ff7d 100644 --- a/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html +++ b/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-apollo-initializer/dependencies.html @@ -69,7 +69,7 @@

dependencies

-
open override fun dependencies(): MutableList<Class<out Initializer<*>>>
+
open override fun dependencies(): MutableList<Class<out Initializer<*>>>
diff --git a/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html b/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html index 413b984e0fa..3da46abb44a 100644 --- a/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html +++ b/kdoc/apollo-normalized-cache-sqlite/com.apollographql.apollo3.cache.normalized.sql/-sql-normalized-cache-factory/-sql-normalized-cache-factory.html @@ -70,7 +70,7 @@

SqlNormalizedCache
-
expect constructor(name: String? = "apollo.db")

Parameters

name

: the name of the database or null for an in-memory database When not in memory, the database will be stored in a platform specific folder

  • on Android it will use Context.getDatabaseName

  • on MacOS, it will use "Application Support/databases/name"

  • on the JVM, it will use "System.getProperty("user.home")/.apollo" Default: "apollo.db"

constructor(url: String, properties: Properties = Properties())

Parameters

url

Database connection URL in the form of jdbc:sqlite:path where path is either blank (creating an in-memory database) or a path to a file.

properties

constructor(name: String?, baseDir: String?)

Parameters

name

the name of the database or null for an in-memory database

baseDir

the baseDirectory where to store the database. If baseDir does not exist, it will be created If baseDir is a relative path, it will be interpreted relative to the current working directory


actual constructor(name: String?)
+
expect constructor(name: String? = "apollo.db")

Parameters

name

: the name of the database or null for an in-memory database When not in memory, the database will be stored in a platform specific folder

  • on Android it will use Context.getDatabaseName

  • on MacOS, it will use "Application Support/databases/name"

  • on the JVM, it will use "System.getProperty("user.home")/.apollo" Default: "apollo.db"

constructor(url: String, properties: Properties = Properties())

Parameters

url

Database connection URL in the form of jdbc:sqlite:path where path is either blank (creating an in-memory database) or a path to a file.

properties

constructor(name: String?, baseDir: String?)

Parameters

name

the name of the database or null for an in-memory database

baseDir

the baseDirectory where to store the database. If baseDir does not exist, it will be created If baseDir is a relative path, it will be interpreted relative to the current working directory


actual constructor(name: String?)