deleteAll

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