Class PlSqlParser.List_partition_descContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.List_partition_descContext
-
- 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.List_partition_descContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description List_partition_descContext(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, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
PARTITION
public org.antlr.v4.runtime.tree.TerminalNode PARTITION()
-
list_values_clause
public PlSqlParser.List_values_clauseContext list_values_clause()
-
table_partition_description
public PlSqlParser.Table_partition_descriptionContext table_partition_description()
-
partition_name
public PlSqlParser.Partition_nameContext partition_name()
-
LEFT_PAREN
public org.antlr.v4.runtime.tree.TerminalNode LEFT_PAREN()
-
RIGHT_PAREN
public org.antlr.v4.runtime.tree.TerminalNode RIGHT_PAREN()
-
hash_subparts_by_quantity
public PlSqlParser.Hash_subparts_by_quantityContext hash_subparts_by_quantity()
-
range_subpartition_desc
public List<PlSqlParser.Range_subpartition_descContext> range_subpartition_desc()
-
range_subpartition_desc
public PlSqlParser.Range_subpartition_descContext range_subpartition_desc(int i)
-
list_subpartition_desc
public List<PlSqlParser.List_subpartition_descContext> list_subpartition_desc()
-
list_subpartition_desc
public PlSqlParser.List_subpartition_descContext list_subpartition_desc(int i)
-
individual_hash_subparts
public List<PlSqlParser.Individual_hash_subpartsContext> individual_hash_subparts()
-
individual_hash_subparts
public PlSqlParser.Individual_hash_subpartsContext individual_hash_subparts(int i)
-
COMMA
public List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()
-
COMMA
public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
-
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
-
-