Class MySqlParser.DdlStatementContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.mysql.generated.MySqlParser.DdlStatementContext
-
- 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:
- MySqlParser
public static class MySqlParser.DdlStatementContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description DdlStatementContext(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, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
createDatabase
public MySqlParser.CreateDatabaseContext createDatabase()
-
createEvent
public MySqlParser.CreateEventContext createEvent()
-
createIndex
public MySqlParser.CreateIndexContext createIndex()
-
createLogfileGroup
public MySqlParser.CreateLogfileGroupContext createLogfileGroup()
-
createProcedure
public MySqlParser.CreateProcedureContext createProcedure()
-
createFunction
public MySqlParser.CreateFunctionContext createFunction()
-
createServer
public MySqlParser.CreateServerContext createServer()
-
createTable
public MySqlParser.CreateTableContext createTable()
-
createTablespaceInnodb
public MySqlParser.CreateTablespaceInnodbContext createTablespaceInnodb()
-
createTablespaceNdb
public MySqlParser.CreateTablespaceNdbContext createTablespaceNdb()
-
createTrigger
public MySqlParser.CreateTriggerContext createTrigger()
-
createView
public MySqlParser.CreateViewContext createView()
-
createRole
public MySqlParser.CreateRoleContext createRole()
-
alterDatabase
public MySqlParser.AlterDatabaseContext alterDatabase()
-
alterEvent
public MySqlParser.AlterEventContext alterEvent()
-
alterFunction
public MySqlParser.AlterFunctionContext alterFunction()
-
alterInstance
public MySqlParser.AlterInstanceContext alterInstance()
-
alterLogfileGroup
public MySqlParser.AlterLogfileGroupContext alterLogfileGroup()
-
alterProcedure
public MySqlParser.AlterProcedureContext alterProcedure()
-
alterServer
public MySqlParser.AlterServerContext alterServer()
-
alterTable
public MySqlParser.AlterTableContext alterTable()
-
alterTablespace
public MySqlParser.AlterTablespaceContext alterTablespace()
-
alterView
public MySqlParser.AlterViewContext alterView()
-
dropDatabase
public MySqlParser.DropDatabaseContext dropDatabase()
-
dropEvent
public MySqlParser.DropEventContext dropEvent()
-
dropIndex
public MySqlParser.DropIndexContext dropIndex()
-
dropLogfileGroup
public MySqlParser.DropLogfileGroupContext dropLogfileGroup()
-
dropProcedure
public MySqlParser.DropProcedureContext dropProcedure()
-
dropFunction
public MySqlParser.DropFunctionContext dropFunction()
-
dropServer
public MySqlParser.DropServerContext dropServer()
-
dropTable
public MySqlParser.DropTableContext dropTable()
-
dropTablespace
public MySqlParser.DropTablespaceContext dropTablespace()
-
dropTrigger
public MySqlParser.DropTriggerContext dropTrigger()
-
dropView
public MySqlParser.DropViewContext dropView()
-
renameTable
public MySqlParser.RenameTableContext renameTable()
-
truncateTable
public MySqlParser.TruncateTableContext truncateTable()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
-