Index_partition_cmdContext
public class PostgreSQLParser.Index_partition_cmdContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Index_partition_cmdContext
public Index_partition_cmdContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
ATTACH()
public ITerminalNode ATTACH()
Returns: ITerminalNode
PARTITION()
public ITerminalNode PARTITION()
Returns: ITerminalNode
qualified_name()
public PostgreSQLParser.Qualified_nameContext qualified_name()
Returns: Qualified_nameContext
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>