PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.schema
/
Index
/
Index
Index
constructor
(
name
:
String
,
vararg
columns
:
IndexedColumn
)
Parameters
name
Descriptive name of the index.
columns
List of columns used for the index.
constructor
(
name
:
String
,
columns
:
List
<
IndexedColumn
>
)