Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 882 Bytes

GroupByParser.md

File metadata and controls

59 lines (38 loc) · 882 Bytes

GroupByParser Class

This class is responsible for parsing the GROUP BY clause of a SOQL query

Since

4/12/2024

Group Soql Engine

Author Zackary Frazier

Inheritance

SubParser

Methods

parse(query)

Parses the GROUP BY clause of a SOQL query

Signature

public override Intermediary parse(String query)

Parameters

Name Type Description
query String String

Return Type

Intermediary

,[object Object]

Throws

ParsingException:


setToken(token)

Inherited

Sets the token for the parser

Signature

public void setToken(String token)

Parameters

Name Type Description
token String String

Return Type

void