toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Table
/
PrimaryKey
/
PrimaryKey
Primary
Key
constructor
(
firstColumn
:
Column
<
*
>
,
vararg
columns
:
Column
<
*
>
,
name
:
String
?
=
null
)
constructor
(
columns
:
Array
<
Column
<
*
>
>
,
name
:
String
?
=
null
)