exposed
Toggle table of contents
1.0.0-beta-3
jvm
Platform filter
jvm
Switch theme
exposed
exposed-r2dbc
/
org.jetbrains.exposed.v1.r2dbc
/
SchemaUtils
/
drop
drop
suspend
fun
drop
(
vararg
tables
:
Table
,
inBatch
:
Boolean
=
false
)
Drops all
tables
, using a batch execution if
inBatch
is set to
true
.