DeclarecursorstmtContext

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

Constructors

DeclarecursorstmtContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

DECLARE()

public ITerminalNode DECLARE()

Returns: ITerminalNode

cursor_name()

public PostgreSQLParser.Cursor_nameContext cursor_name()

Returns: Cursor_nameContext

cursor_options()

public PostgreSQLParser.Cursor_optionsContext cursor_options()

Returns: Cursor_optionsContext

CURSOR()

public ITerminalNode CURSOR()

Returns: ITerminalNode

FOR()

public ITerminalNode FOR()

Returns: ITerminalNode

selectstmt()

public PostgreSQLParser.SelectstmtContext selectstmt()

Returns: SelectstmtContext

hold_()

public PostgreSQLParser.Hold_Context hold_()

Returns: Hold_Context

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>