toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.vendors
/
VendorDialect
/
dropIndex
drop
Index
open
override
fun
dropIndex
(
tableName
:
String
,
indexName
:
String
,
isUnique
:
Boolean
,
isPartialOrFunctional
:
Boolean
)
:
String
Returns the SQL statement that drops the specified
indexName
from the specified
tableName
.