public static class MySqlParser.PartitionOptionMaxRowsContext extends MySqlParser.PartitionOptionContext
| Modifier and Type | Field and Description |
|---|---|
MySqlParser.DecimalLiteralContext |
maxRows |
| Constructor and Description |
|---|
PartitionOptionMaxRowsContext(MySqlParser.PartitionOptionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
MySqlParser.DecimalLiteralContext |
decimalLiteral() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
EQUAL_SYMBOL() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
MAX_ROWS() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic MySqlParser.DecimalLiteralContext maxRows
public PartitionOptionMaxRowsContext(MySqlParser.PartitionOptionContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode MAX_ROWS()
public MySqlParser.DecimalLiteralContext decimalLiteral()
public org.antlr.v4.runtime.tree.TerminalNode EQUAL_SYMBOL()
public 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 Markus Heberling. All rights reserved.