kontrol-db
Toggle table of contents
local-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kontrol-db
kontrol-db-core
/
net.futureset.kontroldb.modelchange
/
CreateIndex
/
CreateIndexBuilder
/
CreateIndexBuilder
Create
Index
Builder
constructor
(
indexName
:
DbIdentifier
?
=
null
,
tablespace
:
String
?
=
null
,
clustered
:
Boolean
=
false
,
unique
:
Boolean
=
false
,
columns
:
MutableList
<
DbIdentifier
>
=
mutableListOf()
)
(
source
)