Skip to content

Conditional expression

Ravi Teja Gudapati edited this page Jan 17, 2019 · 6 revisions

Conditional expressions let us filter rows in 'Find', 'Update' and 'Delete' statements. Jaguar ORM supports a very powerful fluent DSL to write SQL WHERE clauses.

The backbone of a WHERE clause are Field, Cond (Condition), Expression.

{{ TODO }}

Clone this wiki locally