| /sqlite/sqlite-framework/src/androidInstrumentedTest/kotlin/androidx/sqlite/db/framework/ |
| D | OpenHelperRecoveryTest.kt | 22 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/ |
| D | SupportSQLiteDatabaseTest.kt | 28 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/ |
| D | SupportSQLiteOpenHelper.android.kt | 69 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/ |
| D | SupportSQLiteDatabaseExt.kt | 26 public inline fun <T> SupportSQLiteDatabase.transaction( in transaction() 28 body: SupportSQLiteDatabase.() -> T in transaction()
|
| /sqlite/sqlite-ktx/api/ |
| D | 2.4.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.2.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.4.0-beta02.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.0.0.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.3.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.2.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.0.0.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.3.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.2.0-beta02.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.3.0-beta02.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.1.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.1.0-rc01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_current.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.1.0-rc01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.2.0-beta03.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.5.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.5.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.3.0-beta02.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | 2.1.0-beta01.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | restricted_2.2.0-beta03.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|
| D | current.txt | 5 ….sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? sup…
|