Create_mv_targetContext
public class PostgreSQLParser.Create_mv_targetContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Create_mv_targetContext
public Create_mv_targetContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
qualified_name()
public PostgreSQLParser.Qualified_nameContext qualified_name()
Returns: Qualified_nameContext
column_list_()
public PostgreSQLParser.Column_list_Context column_list_()
Returns: Column_list_Context
table_access_method_clause()
public PostgreSQLParser.Table_access_method_clauseContext table_access_method_clause()
Returns: Table_access_method_clauseContext
reloptions_()
public PostgreSQLParser.Reloptions_Context reloptions_()
Returns: Reloptions_Context
opttablespace()
public PostgreSQLParser.OpttablespaceContext opttablespace()
Returns: OpttablespaceContext
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>