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
/
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
.