Class PlSqlParser.Alter_index_partitioningContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Alter_index_partitioningContext
-
- 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.Alter_index_partitioningContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Alter_index_partitioningContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Add_hash_index_partitionContextadd_hash_index_partition()PlSqlParser.Coalesce_index_partitionContextcoalesce_index_partition()PlSqlParser.Drop_index_partitionContextdrop_index_partition()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()PlSqlParser.Modify_index_default_attrsContextmodify_index_default_attrs()PlSqlParser.Modify_index_partitionContextmodify_index_partition()PlSqlParser.Modify_index_subpartitionContextmodify_index_subpartition()PlSqlParser.Rename_index_partitionContextrename_index_partition()PlSqlParser.Split_index_partitionContextsplit_index_partition()-
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
-
modify_index_default_attrs
public PlSqlParser.Modify_index_default_attrsContext modify_index_default_attrs()
-
add_hash_index_partition
public PlSqlParser.Add_hash_index_partitionContext add_hash_index_partition()
-
modify_index_partition
public PlSqlParser.Modify_index_partitionContext modify_index_partition()
-
rename_index_partition
public PlSqlParser.Rename_index_partitionContext rename_index_partition()
-
drop_index_partition
public PlSqlParser.Drop_index_partitionContext drop_index_partition()
-
split_index_partition
public PlSqlParser.Split_index_partitionContext split_index_partition()
-
coalesce_index_partition
public PlSqlParser.Coalesce_index_partitionContext coalesce_index_partition()
-
modify_index_subpartition
public PlSqlParser.Modify_index_subpartitionContext modify_index_subpartition()
-
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
-
-