delete

fun <T : BaseTable<*>> T.delete(predicate: (T) -> ColumnDeclaring<Boolean>): Int(source)

Deprecated

ktorm-global will be removed in the future, please migrate to the standard API.

Delete the records in the table that matches the given predicate.