Json_array_aggregate_order_by_clauseContext

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

Constructors

Json_array_aggregate_order_by_clauseContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

ORDER()

public ITerminalNode ORDER()

Returns: ITerminalNode

BY()

public ITerminalNode BY()

Returns: ITerminalNode

sortby_list()

public PostgreSQLParser.Sortby_listContext sortby_list()

Returns: Sortby_listContext

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>