Home
last modified time | relevance | path

Searched refs:SupportSQLiteDatabase (Results 1 – 25 of 58) sorted by relevance

123

/sqlite/sqlite-framework/src/androidInstrumentedTest/kotlin/androidx/sqlite/db/framework/
DOpenHelperRecoveryTest.kt22 import androidx.sqlite.db.SupportSQLiteDatabase in <lambda>()
106 override fun onCreate(db: SupportSQLiteDatabase) { in <lambda>()
113 db: SupportSQLiteDatabase, in <lambda>()
139 override fun onCreate(db: SupportSQLiteDatabase) {} in <lambda>()
142 db: SupportSQLiteDatabase, in <lambda>()
164 override fun onCreate(db: SupportSQLiteDatabase) {} in <lambda>()
167 db: SupportSQLiteDatabase, in <lambda>()
172 override fun onOpen(db: SupportSQLiteDatabase) { in <lambda>()
198 override fun onCreate(db: SupportSQLiteDatabase) {} in <lambda>()
201 db: SupportSQLiteDatabase, in <lambda>()
[all …]
/sqlite/sqlite-ktx/src/test/java/androidx/sqlite/db/
DSupportSQLiteDatabaseTest.kt28 val db = mock(SupportSQLiteDatabase::class.java) in exclusiveDefault()
35 val db = mock(SupportSQLiteDatabase::class.java) in exclusiveFalse()
42 val db = mock(SupportSQLiteDatabase::class.java) in exclusiveTrue()
49 val db = mock(SupportSQLiteDatabase::class.java) in bodyNormalCallsSuccessAndEnd()
58 val db = mock(SupportSQLiteDatabase::class.java) in bodyThrowsDoesNotCallSuccess()
69 val db = mock(SupportSQLiteDatabase::class.java) in bodyNonLocalReturnCallsSuccessAndEnd()
77 val db = mock(SupportSQLiteDatabase::class.java) in bodyLocalReturnCallsSuccessAndEnd()
83 private fun callTransactionWithNonLocalReturnBody(db: SupportSQLiteDatabase) { in callTransactionWithNonLocalReturnBody()
89 private fun callTransactionWithLocalReturnBody(db: SupportSQLiteDatabase) { in callTransactionWithLocalReturnBody()
/sqlite/sqlite/src/androidMain/kotlin/androidx/sqlite/db/
DSupportSQLiteOpenHelper.android.kt69 public val writableDatabase: SupportSQLiteDatabase in <lambda>()
84 public val readableDatabase: SupportSQLiteDatabase in <lambda>()
119 public open fun onConfigure(db: SupportSQLiteDatabase) {} in <lambda>()
127 public abstract fun onCreate(db: SupportSQLiteDatabase) in <lambda>()
147 public abstract fun onUpgrade(db: SupportSQLiteDatabase, oldVersion: Int, newVersion: Int) in <lambda>()
162 public open fun onDowngrade(db: SupportSQLiteDatabase, oldVersion: Int, newVersion: Int) { in <lambda>()
179 public open fun onOpen(db: SupportSQLiteDatabase) {} in <lambda>()
188 public open fun onCorruption(db: SupportSQLiteDatabase) { in <lambda>()
/sqlite/sqlite-ktx/src/main/java/androidx/sqlite/db/
DSupportSQLiteDatabaseExt.kt26 public inline fun <T> SupportSQLiteDatabase.transaction( in transaction()
28 body: SupportSQLiteDatabase.() -> T in transaction()
/sqlite/sqlite-ktx/api/
D2.4.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.2.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.4.0-beta02.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.0.0.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.3.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.2.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.0.0.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.3.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.2.0-beta02.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.3.0-beta02.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.1.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.1.0-rc01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_current.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.1.0-rc01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.2.0-beta03.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.5.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.5.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.3.0-beta02.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
D2.1.0-beta01.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Drestricted_2.2.0-beta03.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
Dcurrent.txt5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…

123