toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Index
/
Index
Index
constructor
(
columns
:
List
<
Column
<
*
>
>
,
unique
:
Boolean
,
customName
:
String
?
=
null
,
indexType
:
String
?
=
null
,
filterCondition
:
Op
<
Boolean
>
?
=
null
,
functions
:
List
<
ExpressionWithColumnType
<
*
>
>
?
=
null
,
functionsTable
:
Table
?
=
null
)