all

fun all(transaction: Transaction, table: Table): Int

Deprecated (with error)

This method will be removed in release 1.0.0. Statement execution has been removed from exposed-core. Replace directly with a table extension function or convert the expected statement to an instance of Executable: `buildStatement { table.deleteAll() }.toExecutable().execute(transaction) ?: 0`