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>)