toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
SchemaUtils
/
drop
drop
fun
drop
(
vararg
tables
:
Table
,
inBatch
:
Boolean
=
false
)
Drops all
tables
, using a batch execution if
inBatch
is set to
true
.