LockstmtContext
public class PostgreSQLParser.LockstmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
LockstmtContext
public LockstmtContext(ParserRuleContext parent, int invokingState)
| Parameter | Type | Description |
|---|---|---|
parent |
ParserRuleContext |
|
invokingState |
Int32 |
Properties
RuleIndex
public override int RuleIndex { get; }
Methods
LOCK_P()
public ITerminalNode LOCK_P()
Returns: ITerminalNode
relation_expr_list()
public PostgreSQLParser.Relation_expr_listContext relation_expr_list()
Returns: Relation_expr_listContext
table_()
public PostgreSQLParser.Table_Context table_()
Returns: Table_Context
lock_()
public PostgreSQLParser.Lock_Context lock_()
Returns: Lock_Context
nowait_()
public PostgreSQLParser.Nowait_Context nowait_()
Returns: Nowait_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>