SUPPRESSWARNINGS
This class is responsible for parsing a SOQL query
Since
4/12/2024
Group Soql Engine
Author Zackary Frazier
Inheritance
SUPPRESSWARNINGS
Parses a SOQL query
public override Intermediary parse(String query)
Name | Type | Description |
---|---|---|
query | String |
,[object Object]
Inherited
Sets the token for the parser
public void setToken(String token)
Name | Type | Description |
---|---|---|
token | String | String |
void