Partition_cmdContext
public class PostgreSQLParser.Partition_cmdContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Partition_cmdContext
public 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
partitionboundspec()
public PostgreSQLParser.PartitionboundspecContext partitionboundspec()
Returns: PartitionboundspecContext
DETACH()
public ITerminalNode DETACH()
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>