toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
SchemaUtils
/
createSequence
create
Sequence
fun
createSequence
(
vararg
seq
:
Sequence
,
inBatch
:
Boolean
=
false
)
Creates the provided sequences, using a batch execution if
inBatch
is set to
true
.