public static class MySqlParser.DdlStatementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
DdlStatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DdlStatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public MySqlParser.CreateDatabaseContext createDatabase()
public MySqlParser.CreateEventContext createEvent()
public MySqlParser.CreateIndexContext createIndex()
public MySqlParser.CreateLogfileGroupContext createLogfileGroup()
public MySqlParser.CreateProcedureContext createProcedure()
public MySqlParser.CreateFunctionContext createFunction()
public MySqlParser.CreateServerContext createServer()
public MySqlParser.CreateTableContext createTable()
public MySqlParser.CreateTablespaceInnodbContext createTablespaceInnodb()
public MySqlParser.CreateTablespaceNdbContext createTablespaceNdb()
public MySqlParser.CreateTriggerContext createTrigger()
public MySqlParser.CreateViewContext createView()
public MySqlParser.AlterDatabaseContext alterDatabase()
public MySqlParser.AlterEventContext alterEvent()
public MySqlParser.AlterFunctionContext alterFunction()
public MySqlParser.AlterInstanceContext alterInstance()
public MySqlParser.AlterLogfileGroupContext alterLogfileGroup()
public MySqlParser.AlterProcedureContext alterProcedure()
public MySqlParser.AlterServerContext alterServer()
public MySqlParser.AlterTableContext alterTable()
public MySqlParser.AlterTablespaceContext alterTablespace()
public MySqlParser.AlterViewContext alterView()
public MySqlParser.DropDatabaseContext dropDatabase()
public MySqlParser.DropEventContext dropEvent()
public MySqlParser.DropIndexContext dropIndex()
public MySqlParser.DropLogfileGroupContext dropLogfileGroup()
public MySqlParser.DropProcedureContext dropProcedure()
public MySqlParser.DropFunctionContext dropFunction()
public MySqlParser.DropServerContext dropServer()
public MySqlParser.DropTableContext dropTable()
public MySqlParser.DropTablespaceContext dropTablespace()
public MySqlParser.DropTriggerContext dropTrigger()
public MySqlParser.DropViewContext dropView()
public MySqlParser.RenameTableContext renameTable()
public MySqlParser.TruncateTableContext truncateTable()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2021 JBoss by Red Hat. All rights reserved.