Companion

object Companion

Functions

Link copied to clipboard
fun all(transaction: Transaction, table: Table): Int

Creates a DeleteStatement that deletes all rows in table.

Link copied to clipboard
fun where(transaction: Transaction, table: Table, op: Op<Boolean>, isIgnore: Boolean = false, limit: Int? = null): Int

Creates a DeleteStatement that deletes only rows in table that match the provided op.

fun where(transaction: Transaction, table: Table, op: Op<Boolean>, isIgnore: Boolean = false, limit: Int? = null, offset: Long? = null): Int