comparison handlers for WHERE and HAVING clauses
Since
3/23/2024
Group Soql Engine
Author Zackary Frazier
Handles the comparison of the field value and the sObject field value
public Boolean handle(Object sObjectFieldValue, Object fieldValue)
Name | Type | Description |
---|---|---|
sObjectFieldValue | Object | Object |
fieldValue | Object | Object |
Boolean
,[object Object]