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
/
createIndex
create
Index
fun
createIndex
(
connection
:
SQLiteConnection
,
index
:
String
,
vararg
columns
:
String
)
Parameters
index
e.g. index_w_day_date
columns
e.g. listOf("date")