* Adds a `where` expression to the query. * * Calling this method multiple times will combine the expressions using `and`. * * Also see whereRef * * ### Examples * * <!-- siteExample("where", "Simple where clause", 10) --> * * `where` method calls are combined w
(
lhs: RE,
op: ComparisonOperatorExpression,
rhs: VE,
)
| 312 | * ``` |
| 313 | */ |
| 314 | where< |
| 315 | RE extends ReferenceExpression<DB, TB>, |
| 316 | VE extends OperandValueExpressionOrList<DB, TB, RE>, |
| 317 | >( |
no outgoing calls