Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.migration
/
RoomTable
/
Companion
Companion
object
Companion
Members
Functions
create
Int
Link copied to clipboard
fun
createInt
(
tableName
:
String
,
columnNameId
:
String
)
:
RoomTable
<
Int
>
create
Long
Link copied to clipboard
fun
createLong
(
tableName
:
String
,
columnNameId
:
String
)
:
RoomTable
<
Long
>