Factory class for creating OrderByHandler instances
Since
3/23/2024
Group Soql Engine
Author Zackary Frazier
Create a new instance of the OrderByHandler class
public OrderByHandler createHandler()
,[object Object]
OrderByException:
Setter for the object to be queried
public OrderByHandlerFactory setObj(Object obj)
Name | Type | Description |
---|---|---|
obj | Object | `List |
,[object Object]
Setter for the top level nodes of the query
public OrderByHandlerFactory setTopLevelNodes(TopLevelNodes topLevelNodes)
Name | Type | Description |
---|---|---|
topLevelNodes | TopLevelNodes | TopLevelNodes |
,[object Object]
Setter for the type of query to be executed
public OrderByHandlerFactory setType(Types.SOQL type)
Name | Type | Description |
---|---|---|
type | Types.SOQL | Types.SOQL |
,[object Object]