Class SQL92StatementParser.ExecuteContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.ExecuteContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- SQL92StatementParser
public static class SQL92StatementParser.ExecuteContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ExecuteContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
select
public SQL92StatementParser.SelectContext select()
-
insert
public SQL92StatementParser.InsertContext insert()
-
update
public SQL92StatementParser.UpdateContext update()
-
delete
public SQL92StatementParser.DeleteContext delete()
-
createDatabase
public SQL92StatementParser.CreateDatabaseContext createDatabase()
-
dropDatabase
public SQL92StatementParser.DropDatabaseContext dropDatabase()
-
createTable
public SQL92StatementParser.CreateTableContext createTable()
-
alterTable
public SQL92StatementParser.AlterTableContext alterTable()
-
dropTable
public SQL92StatementParser.DropTableContext dropTable()
-
createView
public SQL92StatementParser.CreateViewContext createView()
-
dropView
public SQL92StatementParser.DropViewContext dropView()
-
setTransaction
public SQL92StatementParser.SetTransactionContext setTransaction()
-
commit
public SQL92StatementParser.CommitContext commit()
-
rollback
public SQL92StatementParser.RollbackContext rollback()
-
grant
public SQL92StatementParser.GrantContext grant()
-
revoke
public SQL92StatementParser.RevokeContext revoke()
-
SEMI_
public org.antlr.v4.runtime.tree.TerminalNode SEMI_()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-