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