adjustWhere

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

Changes the where field of this query.

Parameters

body

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

Samples

org.jetbrains.exposed.sql.tests.shared.dml.AdjustQueryTests.testAdjustQueryWhere