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
/
DropIfExists
Drop
If
Exists
data
class
DropIfExists
(
val
objectName
:
SchemaObject
,
val
objectType
:
DbObjectType
,
val
ifExists
:
Boolean
)
:
ModelChange
(
source
)
Members
Constructors
Drop
If
Exists
Link copied to clipboard
constructor
(
objectName
:
SchemaObject
,
objectType
:
DbObjectType
,
ifExists
:
Boolean
)
Properties
if
Exists
Link copied to clipboard
val
ifExists
:
Boolean
object
Name
Link copied to clipboard
val
objectName
:
SchemaObject
object
Type
Link copied to clipboard
val
objectType
:
DbObjectType