Class PlSqlParser.Relational_propertyContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Relational_propertyContext
-
- 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.Relational_propertyContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Relational_propertyContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Column_definitionContextcolumn_definition()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()PlSqlParser.Out_of_line_constraintContextout_of_line_constraint()PlSqlParser.Out_of_line_ref_constraintContextout_of_line_ref_constraint()PlSqlParser.Supplemental_logging_propsContextsupplemental_logging_props()PlSqlParser.Virtual_column_definitionContextvirtual_column_definition()-
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
-
column_definition
public PlSqlParser.Column_definitionContext column_definition()
-
virtual_column_definition
public PlSqlParser.Virtual_column_definitionContext virtual_column_definition()
-
out_of_line_constraint
public PlSqlParser.Out_of_line_constraintContext out_of_line_constraint()
-
out_of_line_ref_constraint
public PlSqlParser.Out_of_line_ref_constraintContext out_of_line_ref_constraint()
-
supplemental_logging_props
public PlSqlParser.Supplemental_logging_propsContext supplemental_logging_props()
-
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
-
-