Create_as_targetContext
public class PostgreSQLParser.Create_as_targetContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
Create_as_targetContext
public Create_as_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
optwith()
public PostgreSQLParser.OptwithContext optwith()
Returns: OptwithContext
oncommitoption()
public PostgreSQLParser.OncommitoptionContext oncommitoption()
Returns: OncommitoptionContext
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>