OptpartitionspecContext

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

Constructors

OptpartitionspecContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

partitionspec()

public PostgreSQLParser.PartitionspecContext partitionspec()

Returns: PartitionspecContext

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>