Class PlSqlParser.Index_attributesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Index_attributesContext
-
- 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_attributesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Index_attributesContext(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
-
physical_attributes_clause
public List<PlSqlParser.Physical_attributes_clauseContext> physical_attributes_clause()
-
physical_attributes_clause
public PlSqlParser.Physical_attributes_clauseContext physical_attributes_clause(int i)
-
logging_clause
public List<PlSqlParser.Logging_clauseContext> logging_clause()
-
logging_clause
public PlSqlParser.Logging_clauseContext logging_clause(int i)
-
TABLESPACE
public List<org.antlr.v4.runtime.tree.TerminalNode> TABLESPACE()
-
TABLESPACE
public org.antlr.v4.runtime.tree.TerminalNode TABLESPACE(int i)
-
key_compression
public List<PlSqlParser.Key_compressionContext> key_compression()
-
key_compression
public PlSqlParser.Key_compressionContext key_compression(int i)
-
sort_or_nosort
public List<PlSqlParser.Sort_or_nosortContext> sort_or_nosort()
-
sort_or_nosort
public PlSqlParser.Sort_or_nosortContext sort_or_nosort(int i)
-
REVERSE
public List<org.antlr.v4.runtime.tree.TerminalNode> REVERSE()
-
REVERSE
public org.antlr.v4.runtime.tree.TerminalNode REVERSE(int i)
-
visible_or_invisible
public List<PlSqlParser.Visible_or_invisibleContext> visible_or_invisible()
-
visible_or_invisible
public PlSqlParser.Visible_or_invisibleContext visible_or_invisible(int i)
-
parallel_clause
public List<PlSqlParser.Parallel_clauseContext> parallel_clause()
-
parallel_clause
public PlSqlParser.Parallel_clauseContext parallel_clause(int i)
-
tablespace
public List<PlSqlParser.TablespaceContext> tablespace()
-
tablespace
public PlSqlParser.TablespaceContext tablespace(int i)
-
DEFAULT
public List<org.antlr.v4.runtime.tree.TerminalNode> DEFAULT()
-
DEFAULT
public org.antlr.v4.runtime.tree.TerminalNode DEFAULT(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
-
-