-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Outputs the formatted query element for use in the WHERE or HAVING clause.
- Generating Test Records
- Dml
- Soql
- Cmdt
- Plugins
- DatabaseLayer
- Dml
- MockDml
- MockRecord
- Cmdt
- MockCmdt
- MockSoql
-
Soql
- Soql.AggregateResult
- Soql.Aggregation
- Soql.Binder
- Soql.Builder
- Soql.Condition
- Soql.ConditionalLogic
- Soql.Criteria
- Soql.Cursor
- Soql.Function
- Soql.InnerQuery
- Soql.InvalidParameterValueException
- Soql.LogicType
- Soql.NullOrder
- Soql.Operation
- Soql.Operator
- Soql.ParentField
- Soql.PreAndPostProcessor
- Soql.QueryLocator
- Soql.Request
- Soql.Scope
- Soql.Selectable
- Soql.SortDirection
- Soql.SortOrder
- Soql.Subquery
- Soql.TypeOf
- Soql.Usage
- Soql.WhenClause