public static class MySQLStatementParser.CreateFunctionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
CreateFunctionContext(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 CreateFunctionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode CREATE()
public org.antlr.v4.runtime.tree.TerminalNode FUNCTION()
public MySQLStatementParser.FunctionNameContext functionName()
public org.antlr.v4.runtime.tree.TerminalNode LP_()
public org.antlr.v4.runtime.tree.TerminalNode RP_()
public org.antlr.v4.runtime.tree.TerminalNode RETURNS()
public List<MySQLStatementParser.DataTypeContext> dataType()
public MySQLStatementParser.DataTypeContext dataType(int i)
public MySQLStatementParser.RoutineBodyContext routineBody()
public MySQLStatementParser.OwnerStatementContext ownerStatement()
public List<MySQLStatementParser.IdentifierContext> identifier()
public MySQLStatementParser.IdentifierContext identifier(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> COMMA_()
public org.antlr.v4.runtime.tree.TerminalNode COMMA_(int i)
public List<MySQLStatementParser.RoutineOptionContext> routineOption()
public MySQLStatementParser.RoutineOptionContext routineOption(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2023 The Apache Software Foundation. All rights reserved.