Home
last modified time | relevance | path

Searched defs:SupportSQLiteDatabase (Results 1 – 2 of 2) sorted by relevance

/sqlite/sqlite/src/androidMain/kotlin/androidx/sqlite/db/
DSupportSQLiteDatabase.android.kt32 public interface SupportSQLiteDatabase : Closeable { interface
/sqlite/integration-tests/inspection-sqldelight-testapp/src/androidTest/java/androidx/sqlite/inspection/
DSqlDelightInvalidationTest.kt128 private fun SupportSQLiteDatabase.getSqliteDb(): SQLiteDatabase { in SupportSQLiteDatabase() method