CreatedbstmtContext
public class PostgreSQLParser.CreatedbstmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
CreatedbstmtContext
public CreatedbstmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
CREATE()
public ITerminalNode CREATE()
Returns: ITerminalNode
DATABASE()
public ITerminalNode DATABASE()
Returns: ITerminalNode
name()
public PostgreSQLParser.NameContext name()
Returns: NameContext
with_()
public PostgreSQLParser.With_Context with_()
Returns: With_Context
createdb_opt_list()
public PostgreSQLParser.Createdb_opt_listContext createdb_opt_list()
Returns: Createdb_opt_listContext
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>