Back to Exposed

adjustWhere

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc/-query/adjust-where.html

1.2.0799 B
Original Source

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.v1.tests.shared.dml.AdjustQueryTests.testAdjustQueryWhere

Generated by Dokka © 2026 Copyright