public static class MySQLStatementParser.ExecuteContext
extends org.antlr.v4.runtime.ParserRuleContext
| 构造器和说明 |
|---|
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 MySQLStatementParser.SelectContext select()
public MySQLStatementParser.InsertContext insert()
public MySQLStatementParser.UpdateContext update()
public MySQLStatementParser.DeleteContext delete()
public MySQLStatementParser.ReplaceContext replace()
public MySQLStatementParser.CreateTableContext createTable()
public MySQLStatementParser.AlterTableContext alterTable()
public MySQLStatementParser.RepairTableContext repairTable()
public MySQLStatementParser.RenameTableSpecificationContext renameTableSpecification()
public MySQLStatementParser.DropTableContext dropTable()
public MySQLStatementParser.TruncateTableContext truncateTable()
public MySQLStatementParser.CreateIndexContext createIndex()
public MySQLStatementParser.DropIndexContext dropIndex()
public MySQLStatementParser.CreateProcedureContext createProcedure()
public MySQLStatementParser.AlterProcedureContext alterProcedure()
public MySQLStatementParser.DropProcedureContext dropProcedure()
public MySQLStatementParser.CreateFunctionContext createFunction()
public MySQLStatementParser.AlterFunctionContext alterFunction()
public MySQLStatementParser.DropFunctionContext dropFunction()
public MySQLStatementParser.CreateDatabaseContext createDatabase()
public MySQLStatementParser.AlterDatabaseContext alterDatabase()
public MySQLStatementParser.DropDatabaseContext dropDatabase()
public MySQLStatementParser.CreateEventContext createEvent()
public MySQLStatementParser.AlterEventContext alterEvent()
public MySQLStatementParser.DropEventContext dropEvent()
public MySQLStatementParser.AlterInstanceContext alterInstance()
public MySQLStatementParser.CreateLogfileGroupContext createLogfileGroup()
public MySQLStatementParser.AlterLogfileGroupContext alterLogfileGroup()
public MySQLStatementParser.DropLogfileGroupContext dropLogfileGroup()
public MySQLStatementParser.CreateServerContext createServer()
public MySQLStatementParser.AlterServerContext alterServer()
public MySQLStatementParser.DropServerContext dropServer()
public MySQLStatementParser.CreateViewContext createView()
public MySQLStatementParser.AlterViewContext alterView()
public MySQLStatementParser.DropViewContext dropView()
public MySQLStatementParser.CreateTriggerContext createTrigger()
public MySQLStatementParser.DropTriggerContext dropTrigger()
public MySQLStatementParser.SetTransactionContext setTransaction()
public MySQLStatementParser.BeginTransactionContext beginTransaction()
public MySQLStatementParser.SetAutoCommitContext setAutoCommit()
public MySQLStatementParser.CommitContext commit()
public MySQLStatementParser.RollbackContext rollback()
public MySQLStatementParser.SavepointContext savepoint()
public MySQLStatementParser.GrantContext grant()
public MySQLStatementParser.RevokeContext revoke()
public MySQLStatementParser.CreateUserContext createUser()
public MySQLStatementParser.DropUserContext dropUser()
public MySQLStatementParser.AlterUserContext alterUser()
public MySQLStatementParser.RenameUserContext renameUser()
public MySQLStatementParser.CreateRoleContext createRole()
public MySQLStatementParser.DropRoleContext dropRole()
public MySQLStatementParser.SetDefaultRoleContext setDefaultRole()
public MySQLStatementParser.SetRoleContext setRole()
public MySQLStatementParser.SetPasswordContext setPassword()
public MySQLStatementParser.UseContext use()
public MySQLStatementParser.ExplainContext explain()
public MySQLStatementParser.ShowDatabasesContext showDatabases()
public MySQLStatementParser.ShowTablesContext showTables()
public MySQLStatementParser.ShowTableStatusContext showTableStatus()
public MySQLStatementParser.ShowColumnsContext showColumns()
public MySQLStatementParser.ShowIndexContext showIndex()
public MySQLStatementParser.ShowCreateTableContext showCreateTable()
public MySQLStatementParser.ShowOtherContext showOther()
public MySQLStatementParser.SetVariableContext setVariable()
public MySQLStatementParser.SetNameContext setName()
public MySQLStatementParser.SetCharacterContext setCharacter()
public MySQLStatementParser.CallContext call()
public MySQLStatementParser.ChangeMasterToContext changeMasterTo()
public MySQLStatementParser.StartSlaveContext startSlave()
public MySQLStatementParser.StopSlaveContext stopSlave()
public org.antlr.v4.runtime.tree.TerminalNode SEMI_()
public int getRuleIndex()
getRuleIndex 在类中 org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept 在接口中 org.antlr.v4.runtime.tree.ParseTreeaccept 在类中 org.antlr.v4.runtime.RuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.