kontrol-db
Toggle table of contents
local-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kontrol-db
kontrol-db-core
/
net.futureset.kontroldb.modelchange
/
DropIndex
Drop
Index
data
class
DropIndex
(
val
index
:
SchemaObject
,
val
table
:
Table
,
val
ifExists
:
Boolean
)
:
ModelChange
(
source
)
Members
Constructors
Drop
Index
Link copied to clipboard
constructor
(
index
:
SchemaObject
,
table
:
Table
,
ifExists
:
Boolean
)
Properties
if
Exists
Link copied to clipboard
val
ifExists
:
Boolean
index
Link copied to clipboard
val
index
:
SchemaObject
table
Link copied to clipboard
val
table
:
Table