public static class MySQLStatementParser.UpdateContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
UpdateContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
MySQLStatementParser.LimitClauseContext |
limitClause() |
MySQLStatementParser.OrderByClauseContext |
orderByClause() |
MySQLStatementParser.SetAssignmentsClauseContext |
setAssignmentsClause() |
MySQLStatementParser.TableReferencesContext |
tableReferences() |
org.antlr.v4.runtime.tree.TerminalNode |
UPDATE() |
MySQLStatementParser.UpdateSpecification_Context |
updateSpecification_() |
MySQLStatementParser.WhereClauseContext |
whereClause() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic UpdateContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode UPDATE()
public MySQLStatementParser.UpdateSpecification_Context updateSpecification_()
public MySQLStatementParser.TableReferencesContext tableReferences()
public MySQLStatementParser.SetAssignmentsClauseContext setAssignmentsClause()
public MySQLStatementParser.WhereClauseContext whereClause()
public MySQLStatementParser.OrderByClauseContext orderByClause()
public MySQLStatementParser.LimitClauseContext limitClause()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2019 The Apache Software Foundation. All rights reserved.