adjustHaving

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

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.sql.tests.shared.dml.AdjustQueryTests.testAdjustQueryHaving