Back to Exposed

where

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

1.2.0895 B
Original Source

where

fun where(predicate: () -> Op<Boolean>): Query

Appends a WHERE clause with the specified predicate to this SELECT query.

Samples

org.jetbrains.exposed.v1.r2dbc.sql.tests.shared.dml.SelectTests.testSelect


fun where(predicate: Op<Boolean>): Query

Appends a WHERE clause with the specified predicate to this SELECT query.

Samples

org.jetbrains.exposed.v1.r2dbc.sql.tests.shared.dml.ExistsTests.testExists01

Generated by Dokka © 2026 Copyright