adjustHaving

fun adjustHaving(body: Op<Boolean>?.() -> Op<Boolean>): T

Changes the having field of this query.

Parameters

body

Builder for the new HAVING condition, with the previous value used as the receiver.

Samples

org.jetbrains.exposed.v1.tests.shared.dml.AdjustQueryTests.testAdjustQueryHaving