Class OracleStatementParser.PartitionAttributesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitionAttributesContext
-
- 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:
- OracleStatementParser
public static class OracleStatementParser.PartitionAttributesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description PartitionAttributesContext(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
-
physicalAttributesClause
public List<OracleStatementParser.PhysicalAttributesClauseContext> physicalAttributesClause()
-
physicalAttributesClause
public OracleStatementParser.PhysicalAttributesClauseContext physicalAttributesClause(int i)
-
loggingClause
public List<OracleStatementParser.LoggingClauseContext> loggingClause()
-
loggingClause
public OracleStatementParser.LoggingClauseContext loggingClause(int i)
-
allocateExtentClause
public List<OracleStatementParser.AllocateExtentClauseContext> allocateExtentClause()
-
allocateExtentClause
public OracleStatementParser.AllocateExtentClauseContext allocateExtentClause(int i)
-
deallocateUnusedClause
public List<OracleStatementParser.DeallocateUnusedClauseContext> deallocateUnusedClause()
-
deallocateUnusedClause
public OracleStatementParser.DeallocateUnusedClauseContext deallocateUnusedClause(int i)
-
shrinkClause
public List<OracleStatementParser.ShrinkClauseContext> shrinkClause()
-
shrinkClause
public OracleStatementParser.ShrinkClauseContext shrinkClause(int i)
-
OVERFLOW
public org.antlr.v4.runtime.tree.TerminalNode OVERFLOW()
-
tableCompression
public OracleStatementParser.TableCompressionContext tableCompression()
-
inmemoryClause
public OracleStatementParser.InmemoryClauseContext inmemoryClause()
-
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
-
-