Class PlSqlParser.Table_partitioning_clausesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Table_partitioning_clausesContext
-
- 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:
- PlSqlParser
public static class PlSqlParser.Table_partitioning_clausesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Table_partitioning_clausesContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Composite_hash_partitionsContextcomposite_hash_partitions()PlSqlParser.Composite_list_partitionsContextcomposite_list_partitions()PlSqlParser.Composite_range_partitionsContextcomposite_range_partitions()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()PlSqlParser.Hash_partitionsContexthash_partitions()PlSqlParser.List_partitionsContextlist_partitions()PlSqlParser.Range_partitionsContextrange_partitions()PlSqlParser.Reference_partitioningContextreference_partitioning()PlSqlParser.System_partitioningContextsystem_partitioning()-
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
-
range_partitions
public PlSqlParser.Range_partitionsContext range_partitions()
-
list_partitions
public PlSqlParser.List_partitionsContext list_partitions()
-
hash_partitions
public PlSqlParser.Hash_partitionsContext hash_partitions()
-
composite_range_partitions
public PlSqlParser.Composite_range_partitionsContext composite_range_partitions()
-
composite_list_partitions
public PlSqlParser.Composite_list_partitionsContext composite_list_partitions()
-
composite_hash_partitions
public PlSqlParser.Composite_hash_partitionsContext composite_hash_partitions()
-
reference_partitioning
public PlSqlParser.Reference_partitioningContext reference_partitioning()
-
system_partitioning
public PlSqlParser.System_partitioningContext system_partitioning()
-
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
-
-