public static class SQL92StatementParser.ExecuteContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SQL92StatementParser.SelectContext select()
public SQL92StatementParser.InsertContext insert()
public SQL92StatementParser.UpdateContext update()
public SQL92StatementParser.DeleteContext delete()
public SQL92StatementParser.CreateDatabaseContext createDatabase()
public SQL92StatementParser.DropDatabaseContext dropDatabase()
public SQL92StatementParser.CreateTableContext createTable()
public SQL92StatementParser.AlterTableContext alterTable()
public SQL92StatementParser.DropTableContext dropTable()
public SQL92StatementParser.CreateViewContext createView()
public SQL92StatementParser.DropViewContext dropView()
public SQL92StatementParser.SetTransactionContext setTransaction()
public SQL92StatementParser.CommitContext commit()
public SQL92StatementParser.RollbackContext rollback()
public SQL92StatementParser.GrantContext grant()
public SQL92StatementParser.RevokeContext revoke()
public org.antlr.v4.runtime.tree.TerminalNode SEMI_()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.