deleteAll

suspend fun Table.deleteAll(): Int

Represents the SQL statement that deletes all rows in a table.

Return

Count of deleted rows.

Samples

org.jetbrains.exposed.r2dbc.sql.tests.shared.dml.DeleteTests.testDelete01