exposed
Toggle table of contents
1.0.0-rc-1
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-jdbc
/
org.jetbrains.exposed.v1.jdbc
/
SchemaUtils
/
createSchema
create
Schema
fun
createSchema
(
vararg
schemas
:
Schema
,
inBatch
:
Boolean
=
false
)
Creates schemas
Parameters
schemas
the names of the schemas
in
Batch
flag to perform schema creation in a single batch
Samples
org.jetbrains.exposed.v1.tests.shared.SchemaTests