Index

data class Index(val name: String, val columns: List<IndexedColumn>)

Constructors

Link copied to clipboard
constructor(name: String, vararg columns: IndexedColumn)
constructor(name: String, columns: List<IndexedColumn>)

Types

Link copied to clipboard
object Companion

Construct a new index with the specified column names.

Properties

Link copied to clipboard

List of columns used for the index.

Link copied to clipboard

Descriptive name of the index.