SelectstmtContext

Classes > Nimblesite.DataProvider.Postgres.Parsing > SelectstmtContext
public class PostgreSQLParser.SelectstmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree

Constructors

SelectstmtContext

public SelectstmtContext(ParserRuleContext parent, int invokingState)
Parameter Type Description
parent ParserRuleContext
invokingState Int32

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

select_no_parens()

public PostgreSQLParser.Select_no_parensContext select_no_parens()

Returns: Select_no_parensContext

select_with_parens()

public PostgreSQLParser.Select_with_parensContext select_with_parens()

Returns: Select_with_parensContext

EnterRule(IParseTreeListener)

public override void EnterRule(IParseTreeListener listener)

Parameters:

Name Type Description
listener IParseTreeListener

ExitRule(IParseTreeListener)

public override void ExitRule(IParseTreeListener listener)

Parameters:

Name Type Description
listener IParseTreeListener

Accept<TResult>(IParseTreeVisitor<TResult>)

public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)

The `` needs a double dispatch method.

Parameters:

Name Type Description
visitor IParseTreeVisitor<<TResult>>

Returns: <TResult>