toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.vendors
/
VendorDialect
/
existingIndices
existing
Indices
open
override
fun
existingIndices
(
vararg
tables
:
Table
)
:
Map
<
Table
,
List
<
Index
>
>
Returns a map with all the defined indices in each of the specified
tables
.