RemoveaggrstmtContext
public class PostgreSQLParser.RemoveaggrstmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
RemoveaggrstmtContext
public RemoveaggrstmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
DROP()
public ITerminalNode DROP()
Returns: ITerminalNode
AGGREGATE()
public ITerminalNode AGGREGATE()
Returns: ITerminalNode
aggregate_with_argtypes_list()
public PostgreSQLParser.Aggregate_with_argtypes_listContext aggregate_with_argtypes_list()
Returns: Aggregate_with_argtypes_listContext
drop_behavior_()
public PostgreSQLParser.Drop_behavior_Context drop_behavior_()
Returns: Drop_behavior_Context
IF_P()
public ITerminalNode IF_P()
Returns: ITerminalNode
EXISTS()
public ITerminalNode EXISTS()
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>