Delete Statement
constructor(targetsSet: ColumnSet, where: Op<Boolean>? = null, isIgnore: Boolean = false, limit: Int? = null, targetTables: List<Table> = emptyList())
Parameters
where
Condition that determines which rows to delete.
is Ignore
Whether to ignore errors or not. Note isIgnore is not supported by all vendors. Please check the documentation.
limit
Maximum number of rows to delete.
target Tables
List of specific tables from targetsSet to delete rows from.