toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
deleteAll
delete
All
fun
Table
.
deleteAll
(
)
:
Int
Represents the SQL statement that deletes all rows in a table.
Return
Count of deleted rows.
Samples
org.jetbrains.exposed.sql.tests.shared.dml.DeleteTests.testDelete01