MutableDelete

interface MutableDelete<E : Entity<ID>, ID : Comparable<ID>>

Functions

Link copied to clipboard
abstract fun where(vararg predicates: NonNullExpression<Boolean>?)
abstract fun where(block: () -> NonNullExpression<Boolean>?)

Properties

Link copied to clipboard
abstract val table: NonNullTable<E, ID>