where
Appends a WHERE
clause with the specified predicate to this SELECT
query.
Samples
org.jetbrains.exposed.sql.tests.shared.dml.SelectTests.testSelectAppends a WHERE
clause with the specified predicate to this SELECT
query.
Samples
org.jetbrains.exposed.sql.tests.shared.dml.ExistsTests.testExists01The stored condition for a WHERE
clause in this SELECT
query.