GrantrolestmtContext
public class PostgreSQLParser.GrantrolestmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
GrantrolestmtContext
public GrantrolestmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
GRANT()
public ITerminalNode GRANT()
Returns: ITerminalNode
privilege_list()
public PostgreSQLParser.Privilege_listContext privilege_list()
Returns: Privilege_listContext
TO()
public ITerminalNode TO()
Returns: ITerminalNode
role_list()
public PostgreSQLParser.Role_listContext role_list()
Returns: Role_listContext
grant_admin_option_()
public PostgreSQLParser.Grant_admin_option_Context grant_admin_option_()
Returns: Grant_admin_option_Context
granted_by_()
public PostgreSQLParser.Granted_by_Context granted_by_()
Returns: Granted_by_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>