Stay organized with collections
Save and categorize content based on your preferences.
Extension functions summary
Extension functions
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-13 UTC.
[null,null,["Last updated 2025-08-13 UTC."],[],[],null,["# androidx.room.support\n=====================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/room/support/package-summary \"View this page in Java\")\n\nExtension functions summary\n---------------------------\n\n|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [\u003cError class: unknown class\u003e](/reference/kotlin/[JVM root]/\u003cError class: unknown class\u003e) | [RoomDatabase](/reference/kotlin/androidx/room/RoomDatabase)`.`[getSupportWrapper](/reference/kotlin/androidx/room/support/package-summary#(androidx.room.RoomDatabase).getSupportWrapper())`()` Gets a new SupportSQLiteDatabase implementation that is backed by a [RoomDatabase](/reference/kotlin/androidx/room/RoomDatabase) for compatibility with existing usages of SupportSQLiteDatabase. |\n\nExtension functions\n-------------------\n\n### getSupportWrapper\n\nArtifact: [androidx.room:room-sqlite-wrapper](/jetpack/androidx/releases/room) \n[View Source](https://cs.android.com/search?q=file:androidx/room/support/RoomSupportSQLite.kt+function:getSupportWrapper) \nAdded in [2.8.0-rc01](/jetpack/androidx/releases/room#2.8.0-rc01) \n\n```\nfun RoomDatabase.getSupportWrapper(): \u003cError class: unknown class\u003e\n```\n\nGets a new SupportSQLiteDatabase implementation that is backed by a [RoomDatabase](/reference/kotlin/androidx/room/RoomDatabase) for compatibility with existing usages of SupportSQLiteDatabase."]]