RuleactionstmtContext

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

Constructors

RuleactionstmtContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

selectstmt()

public PostgreSQLParser.SelectstmtContext selectstmt()

Returns: SelectstmtContext

insertstmt()

public PostgreSQLParser.InsertstmtContext insertstmt()

Returns: InsertstmtContext

updatestmt()

public PostgreSQLParser.UpdatestmtContext updatestmt()

Returns: UpdatestmtContext

deletestmt()

public PostgreSQLParser.DeletestmtContext deletestmt()

Returns: DeletestmtContext

notifystmt()

public PostgreSQLParser.NotifystmtContext notifystmt()

Returns: NotifystmtContext

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>