Skip to content

The Soql.Criteria Interface

Jason Siders edited this page Jul 4, 2025 · 5 revisions

This interface denotes objects that may be used in a SOQL WHERE or HAVING clause.

While this is primarily used internally, developers may author their own Criteria objects for use in WHERE or HAVING clauses.

Use Soql.Criteria objects in conjunction with the builder's addWhere and addHaving methods when constructing a Soql object.

Implementors

Methods

toString

Outputs the formatted query element for use in the WHERE or HAVING clause.

Clone this wiki locally