CreatetablespacestmtContext
public class PostgreSQLParser.CreatetablespacestmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
CreatetablespacestmtContext
public CreatetablespacestmtContext(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
TABLESPACE()
public ITerminalNode TABLESPACE()
Returns: ITerminalNode
name()
public PostgreSQLParser.NameContext name()
Returns: NameContext
LOCATION()
public ITerminalNode LOCATION()
Returns: ITerminalNode
sconst()
public PostgreSQLParser.SconstContext sconst()
Returns: SconstContext
opttablespaceowner()
public PostgreSQLParser.OpttablespaceownerContext opttablespaceowner()
Returns: OpttablespaceownerContext
reloptions_()
public PostgreSQLParser.Reloptions_Context reloptions_()
Returns: Reloptions_Context
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>