public static class MySQLStatementParser.DeleteContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
DeleteContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
DELETE() |
MySQLStatementParser.DeleteSpecification_Context |
deleteSpecification_() |
int |
getRuleIndex() |
MySQLStatementParser.MultipleTablesClause_Context |
multipleTablesClause_() |
MySQLStatementParser.SingleTableClause_Context |
singleTableClause_() |
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 DeleteContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode DELETE()
public MySQLStatementParser.DeleteSpecification_Context deleteSpecification_()
public MySQLStatementParser.SingleTableClause_Context singleTableClause_()
public MySQLStatementParser.MultipleTablesClause_Context multipleTablesClause_()
public MySQLStatementParser.WhereClauseContext whereClause()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2019 The Apache Software Foundation. All rights reserved.