Class MySQLStatementParser.ExecuteContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.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:
- MySQLStatementParser
public static class MySQLStatementParser.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 MySQLStatementParser.SelectContext select()
-
insert
public MySQLStatementParser.InsertContext insert()
-
update
public MySQLStatementParser.UpdateContext update()
-
delete
public MySQLStatementParser.DeleteContext delete()
-
replace
public MySQLStatementParser.ReplaceContext replace()
-
binlog
public MySQLStatementParser.BinlogContext binlog()
-
createTable
public MySQLStatementParser.CreateTableContext createTable()
-
alterStatement
public MySQLStatementParser.AlterStatementContext alterStatement()
-
repairTable
public MySQLStatementParser.RepairTableContext repairTable()
-
dropTable
public MySQLStatementParser.DropTableContext dropTable()
-
truncateTable
public MySQLStatementParser.TruncateTableContext truncateTable()
-
createIndex
public MySQLStatementParser.CreateIndexContext createIndex()
-
dropIndex
public MySQLStatementParser.DropIndexContext dropIndex()
-
createProcedure
public MySQLStatementParser.CreateProcedureContext createProcedure()
-
dropProcedure
public MySQLStatementParser.DropProcedureContext dropProcedure()
-
createFunction
public MySQLStatementParser.CreateFunctionContext createFunction()
-
dropFunction
public MySQLStatementParser.DropFunctionContext dropFunction()
-
createDatabase
public MySQLStatementParser.CreateDatabaseContext createDatabase()
-
dropDatabase
public MySQLStatementParser.DropDatabaseContext dropDatabase()
-
createEvent
public MySQLStatementParser.CreateEventContext createEvent()
-
dropEvent
public MySQLStatementParser.DropEventContext dropEvent()
-
createLogfileGroup
public MySQLStatementParser.CreateLogfileGroupContext createLogfileGroup()
-
dropLogfileGroup
public MySQLStatementParser.DropLogfileGroupContext dropLogfileGroup()
-
createServer
public MySQLStatementParser.CreateServerContext createServer()
-
dropServer
public MySQLStatementParser.DropServerContext dropServer()
-
createView
public MySQLStatementParser.CreateViewContext createView()
-
dropView
public MySQLStatementParser.DropViewContext dropView()
-
createTrigger
public MySQLStatementParser.CreateTriggerContext createTrigger()
-
dropTrigger
public MySQLStatementParser.DropTriggerContext dropTrigger()
-
alterResourceGroup
public MySQLStatementParser.AlterResourceGroupContext alterResourceGroup()
-
createResourceGroup
public MySQLStatementParser.CreateResourceGroupContext createResourceGroup()
-
dropResourceGroup
public MySQLStatementParser.DropResourceGroupContext dropResourceGroup()
-
prepare
public MySQLStatementParser.PrepareContext prepare()
-
executeStmt
public MySQLStatementParser.ExecuteStmtContext executeStmt()
-
deallocate
public MySQLStatementParser.DeallocateContext deallocate()
-
setTransaction
public MySQLStatementParser.SetTransactionContext setTransaction()
-
beginTransaction
public MySQLStatementParser.BeginTransactionContext beginTransaction()
-
setAutoCommit
public MySQLStatementParser.SetAutoCommitContext setAutoCommit()
-
commit
public MySQLStatementParser.CommitContext commit()
-
rollback
public MySQLStatementParser.RollbackContext rollback()
-
savepoint
public MySQLStatementParser.SavepointContext savepoint()
-
grant
public MySQLStatementParser.GrantContext grant()
-
revoke
public MySQLStatementParser.RevokeContext revoke()
-
createUser
public MySQLStatementParser.CreateUserContext createUser()
-
dropUser
public MySQLStatementParser.DropUserContext dropUser()
-
alterUser
public MySQLStatementParser.AlterUserContext alterUser()
-
renameUser
public MySQLStatementParser.RenameUserContext renameUser()
-
createRole
public MySQLStatementParser.CreateRoleContext createRole()
-
dropRole
public MySQLStatementParser.DropRoleContext dropRole()
-
setDefaultRole
public MySQLStatementParser.SetDefaultRoleContext setDefaultRole()
-
setRole
public MySQLStatementParser.SetRoleContext setRole()
-
createSRSStatement
public MySQLStatementParser.CreateSRSStatementContext createSRSStatement()
-
dropSRSStatement
public MySQLStatementParser.DropSRSStatementContext dropSRSStatement()
-
flush
public MySQLStatementParser.FlushContext flush()
-
getDiagnosticsStatement
public MySQLStatementParser.GetDiagnosticsStatementContext getDiagnosticsStatement()
-
groupReplication
public MySQLStatementParser.GroupReplicationContext groupReplication()
-
handlerStatement
public MySQLStatementParser.HandlerStatementContext handlerStatement()
-
help
public MySQLStatementParser.HelpContext help()
-
importStatement
public MySQLStatementParser.ImportStatementContext importStatement()
-
install
public MySQLStatementParser.InstallContext install()
-
kill
public MySQLStatementParser.KillContext kill()
-
loadStatement
public MySQLStatementParser.LoadStatementContext loadStatement()
-
lock
public MySQLStatementParser.LockContext lock()
-
cacheIndex
public MySQLStatementParser.CacheIndexContext cacheIndex()
-
loadIndexInfo
public MySQLStatementParser.LoadIndexInfoContext loadIndexInfo()
-
optimizeTable
public MySQLStatementParser.OptimizeTableContext optimizeTable()
-
purgeBinaryLog
public MySQLStatementParser.PurgeBinaryLogContext purgeBinaryLog()
-
releaseSavepoint
public MySQLStatementParser.ReleaseSavepointContext releaseSavepoint()
-
resetStatement
public MySQLStatementParser.ResetStatementContext resetStatement()
-
setPassword
public MySQLStatementParser.SetPasswordContext setPassword()
-
setResourceGroup
public MySQLStatementParser.SetResourceGroupContext setResourceGroup()
-
resignalStatement
public MySQLStatementParser.ResignalStatementContext resignalStatement()
-
signalStatement
public MySQLStatementParser.SignalStatementContext signalStatement()
-
restart
public MySQLStatementParser.RestartContext restart()
-
shutdown
public MySQLStatementParser.ShutdownContext shutdown()
-
begin
public MySQLStatementParser.BeginContext begin()
-
use
public MySQLStatementParser.UseContext use()
-
explain
public MySQLStatementParser.ExplainContext explain()
-
doStatement
public MySQLStatementParser.DoStatementContext doStatement()
-
show
public MySQLStatementParser.ShowContext show()
-
setVariable
public MySQLStatementParser.SetVariableContext setVariable()
-
setCharacter
public MySQLStatementParser.SetCharacterContext setCharacter()
-
call
public MySQLStatementParser.CallContext call()
-
change
public MySQLStatementParser.ChangeContext change()
-
checkTable
public MySQLStatementParser.CheckTableContext checkTable()
-
checksumTable
public MySQLStatementParser.ChecksumTableContext checksumTable()
-
clone
public MySQLStatementParser.CloneContext clone()
-
changeReplicationSourceTo
public MySQLStatementParser.ChangeReplicationSourceToContext changeReplicationSourceTo()
-
startSlave
public MySQLStatementParser.StartSlaveContext startSlave()
-
stopSlave
public MySQLStatementParser.StopSlaveContext stopSlave()
-
analyzeTable
public MySQLStatementParser.AnalyzeTableContext analyzeTable()
-
renameTable
public MySQLStatementParser.RenameTableContext renameTable()
-
uninstall
public MySQLStatementParser.UninstallContext uninstall()
-
unlock
public MySQLStatementParser.UnlockContext unlock()
-
xaBegin
public MySQLStatementParser.XaBeginContext xaBegin()
-
xaPrepare
public MySQLStatementParser.XaPrepareContext xaPrepare()
-
xaCommit
public MySQLStatementParser.XaCommitContext xaCommit()
-
xaRollback
public MySQLStatementParser.XaRollbackContext xaRollback()
-
xaEnd
public MySQLStatementParser.XaEndContext xaEnd()
-
xaRecovery
public MySQLStatementParser.XaRecoveryContext xaRecovery()
-
createLoadableFunction
public MySQLStatementParser.CreateLoadableFunctionContext createLoadableFunction()
-
createTablespace
public MySQLStatementParser.CreateTablespaceContext createTablespace()
-
alterTablespace
public MySQLStatementParser.AlterTablespaceContext alterTablespace()
-
dropTablespace
public MySQLStatementParser.DropTablespaceContext dropTablespace()
-
delimiter
public MySQLStatementParser.DelimiterContext delimiter()
-
SEMI_
public org.antlr.v4.runtime.tree.TerminalNode SEMI_()
-
EOF
public org.antlr.v4.runtime.tree.TerminalNode EOF()
-
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
-
-