Select_no_parensContext
public class PostgreSQLParser.Select_no_parensContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Select_no_parensContext
public Select_no_parensContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
select_clause()
public PostgreSQLParser.Select_clauseContext select_clause()
Returns: Select_clauseContext
sort_clause_()
public PostgreSQLParser.Sort_clause_Context sort_clause_()
Returns: Sort_clause_Context
for_locking_clause()
public PostgreSQLParser.For_locking_clauseContext for_locking_clause()
Returns: For_locking_clauseContext
select_limit()
public PostgreSQLParser.Select_limitContext select_limit()
Returns: Select_limitContext
select_limit_()
public PostgreSQLParser.Select_limit_Context select_limit_()
Returns: Select_limit_Context
for_locking_clause_()
public PostgreSQLParser.For_locking_clause_Context for_locking_clause_()
Returns: For_locking_clause_Context
with_clause()
public PostgreSQLParser.With_clauseContext with_clause()
Returns: With_clauseContext
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>