Skip to content

Files

Latest commit

76a8321 · Jan 26, 2025

History

History
56 lines (36 loc) · 812 Bytes

FromParser.md

File metadata and controls

56 lines (36 loc) · 812 Bytes

FromParser Class

Class is responsible for parsing the 'from' clause of a query

Since

4/12/2024

Group Soql Engine

Author Zackary Frazier

Inheritance

SubParser

Methods

parse(query)

Parses the 'from' clause of a query

Signature

public override Intermediary parse(String query)

Parameters

Name Type Description
query String String

Return Type

Intermediary

,[object Object]


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