KMutableDelete

interface KMutableDelete<E : Any> : KFilterable<E>

Functions

Link copied to clipboard
abstract fun enableDissociation()
Link copied to clipboard
open fun <X : Any, R, SQ : KConfigurableSubQuery<R>> subQuery(entityType: KClass<X>, block: KMutableSubQuery<E, X>.() -> SQ): SQ
Link copied to clipboard
abstract fun where(vararg predicates: KNonNullExpression<Boolean>?)
Link copied to clipboard
open fun <X : Any> wildSubQuery(entityType: KClass<X>, block: KMutableSubQuery<E, X>.() -> Unit): KMutableSubQuery<E, X>

Properties

Link copied to clipboard
abstract val subQueries: KSubQueries<E>
Link copied to clipboard
abstract override val table: KNonNullTableEx<E>
Link copied to clipboard
abstract val wildSubQueries: KWildSubQueries<E>