Index_elem_optionsContext
public class PostgreSQLParser.Index_elem_optionsContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Index_elem_optionsContext
public Index_elem_optionsContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
collate_()
public PostgreSQLParser.Collate_Context collate_()
Returns: Collate_Context
class_()
public PostgreSQLParser.Class_Context class_()
Returns: Class_Context
asc_desc_()
public PostgreSQLParser.Asc_desc_Context asc_desc_()
Returns: Asc_desc_Context
nulls_order_()
public PostgreSQLParser.Nulls_order_Context nulls_order_()
Returns: Nulls_order_Context
any_name()
public PostgreSQLParser.Any_nameContext any_name()
Returns: Any_nameContext
reloptions()
public PostgreSQLParser.ReloptionsContext reloptions()
Returns: ReloptionsContext
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>