Index

constructor(name: String, vararg columns: IndexedColumn)(source)

Parameters

name

Descriptive name of the index.

columns

List of columns used for the index.


constructor(name: String, columns: List<IndexedColumn>)(source)