KDeleteResult

interface KDeleteResult : KMutationResult

Functions

Link copied to clipboard
abstract fun affectedRowCount(entityType: KClass<*>): Int
abstract fun affectedRowCount(associationProp: KProperty1<*, *>): Int

Properties

Link copied to clipboard
abstract val totalAffectedRowCount: Int