androidx.room.support
Extension functions summary
SupportSQLiteDatabase |
Gets a new |
Extension functions
RoomDatabase.getSupportWrapper
fun RoomDatabase.getSupportWrapper(): SupportSQLiteDatabase
Gets a new SupportSQLiteDatabase implementation that is backed by a RoomDatabase for compatibility with existing usages of SupportSQLiteDatabase.