Table_func_column_listContext
public class PostgreSQLParser.Table_func_column_listContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Table_func_column_listContext
public Table_func_column_listContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
table_func_column()
public PostgreSQLParser.Table_func_columnContext[] table_func_column()
Returns: Table_func_columnContext[]
table_func_column(int)
public PostgreSQLParser.Table_func_columnContext table_func_column(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
Returns: Table_func_columnContext
COMMA()
public ITerminalNode[] COMMA()
Returns: ITerminalNode[]
COMMA(int)
public ITerminalNode COMMA(int i)
Parameters:
| Name | Type | Description |
|---|---|---|
i |
Int32 |
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>