toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.vendors
/
VendorDialect
/
existingPrimaryKeys
existing
Primary
Keys
open
override
fun
existingPrimaryKeys
(
vararg
tables
:
Table
)
:
Map
<
Table
,
PrimaryKeyMetadata
?
>
Returns a map with the primary key metadata in each of the specified
tables
.