toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.statements
/
DeleteStatement
/
Companion
/
all
all
fun
all
(
transaction
:
Transaction
,
table
:
Table
)
:
Int
Creates a
DeleteStatement
that deletes all rows in
table
.
Return
Count of deleted rows.