Appends a WHERE
clause with the specified predicate to this SELECT
query.
Samples
org.jetbrains.exposed.v1.tests.shared.dml.SelectTests.testSelect
Appends a WHERE
clause with the specified predicate to this SELECT
query.
Samples
org.jetbrains.exposed.v1.tests.shared.dml.ExistsTests.testExists01