exposed
Toggle table of contents
1.0.0-beta-5
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-jdbc
/
org.jetbrains.exposed.v1.jdbc
/
SchemaUtils
/
dropSequence
drop
Sequence
fun
dropSequence
(
vararg
seq
:
Sequence
,
inBatch
:
Boolean
=
false
)
Drops the provided sequences, using a batch execution if
inBatch
is set to
true
.