This site requires javascript.
Android Code Search
file:androidx/room/DatabaseConfiguration. class:androidx.room.DatabaseConfiguration
search
close
info_outline
more_vert
Results 1 - 3 of 3
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
room/room-runtime/src/androidMain/kotlin/androidx/room/
DatabaseConfiguration.android.kt
content_copy
Preview
33:
34:
35:
@Suppress(
"UNUSED_PARAMETER"
)
actual
open
class
DatabaseConfiguration
@SuppressLint(
"LambdaLast"
)
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
room/room-runtime/src/commonMain/kotlin/androidx/room/
DatabaseConfiguration.kt
content_copy
Preview
23:
24:
25:
/** Configuration class for a [RoomDatabase]. */
expect
class
DatabaseConfiguration
{
/* The name of the database file or null if it is an in-memory database. */
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
room/room-runtime/src/jvmNativeMain/kotlin/androidx/room/
DatabaseConfiguration.jvmNative.kt
content_copy
Preview
23:
24:
25:
/** Configuration class for a [RoomDatabase]. */
actual
class
DatabaseConfiguration
(
/* The name of the database file or null if it is an in-memory database. */
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main