Class PlSqlParser.Index_propertiesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Index_propertiesContext
-
- 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.Index_propertiesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Index_propertiesContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Domain_index_clauseContextdomain_index_clause()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()List<PlSqlParser.Global_partitioned_indexContext>global_partitioned_index()PlSqlParser.Global_partitioned_indexContextglobal_partitioned_index(int i)List<PlSqlParser.Index_attributesContext>index_attributes()PlSqlParser.Index_attributesContextindex_attributes(int i)org.antlr.v4.runtime.tree.TerminalNodeINDEXTYPE()org.antlr.v4.runtime.tree.TerminalNodeIS()List<PlSqlParser.Local_partitioned_indexContext>local_partitioned_index()PlSqlParser.Local_partitioned_indexContextlocal_partitioned_index(int i)PlSqlParser.Xmlindex_clauseContextxmlindex_clause()-
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
-
global_partitioned_index
public List<PlSqlParser.Global_partitioned_indexContext> global_partitioned_index()
-
global_partitioned_index
public PlSqlParser.Global_partitioned_indexContext global_partitioned_index(int i)
-
local_partitioned_index
public List<PlSqlParser.Local_partitioned_indexContext> local_partitioned_index()
-
local_partitioned_index
public PlSqlParser.Local_partitioned_indexContext local_partitioned_index(int i)
-
index_attributes
public List<PlSqlParser.Index_attributesContext> index_attributes()
-
index_attributes
public PlSqlParser.Index_attributesContext index_attributes(int i)
-
INDEXTYPE
public org.antlr.v4.runtime.tree.TerminalNode INDEXTYPE()
-
IS
public org.antlr.v4.runtime.tree.TerminalNode IS()
-
domain_index_clause
public PlSqlParser.Domain_index_clauseContext domain_index_clause()
-
xmlindex_clause
public PlSqlParser.Xmlindex_clauseContext xmlindex_clause()
-
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
-
-