OptwithContext

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

Constructors

OptwithContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

WITH()

public ITerminalNode WITH()

Returns: ITerminalNode

reloptions()

public PostgreSQLParser.ReloptionsContext reloptions()

Returns: ReloptionsContext

WITHOUT()

public ITerminalNode WITHOUT()

Returns: ITerminalNode

OIDS()

public ITerminalNode OIDS()

Returns: ITerminalNode

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>