toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.vendors
/
VendorDialect
/
addPrimaryKey
add
Primary
Key
open
override
fun
addPrimaryKey
(
table
:
Table
,
pkName
:
String
?
,
vararg
pkColumns
:
Column
<
*
>
)
:
String
Returns the SQL statement that adds a primary key specified
pkName
to an existing
table
.