| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.InlineConstraintContext |
OracleStatementParser.inlineConstraint() |
OracleStatementParser.InlineConstraintContext |
OracleStatementParser.ConstraintContext.inlineConstraint() |
OracleStatementParser.InlineConstraintContext |
OracleStatementParser.ColumnDefinitionContext.inlineConstraint(int i) |
OracleStatementParser.InlineConstraintContext |
OracleStatementParser.VirtualColumnDefinitionContext.inlineConstraint(int i) |
OracleStatementParser.InlineConstraintContext |
OracleStatementParser.ModifyColPropertiesContext.inlineConstraint(int i) |
OracleStatementParser.InlineConstraintContext |
OracleStatementParser.ObjectPropertiesContext.inlineConstraint(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.InlineConstraintContext> |
OracleStatementParser.ColumnDefinitionContext.inlineConstraint() |
List<OracleStatementParser.InlineConstraintContext> |
OracleStatementParser.VirtualColumnDefinitionContext.inlineConstraint() |
List<OracleStatementParser.InlineConstraintContext> |
OracleStatementParser.ModifyColPropertiesContext.inlineConstraint() |
List<OracleStatementParser.InlineConstraintContext> |
OracleStatementParser.ObjectPropertiesContext.inlineConstraint() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitInlineConstraint(OracleStatementParser.InlineConstraintContext ctx)
Visit a parse tree produced by
OracleStatementParser.inlineConstraint(). |
T |
OracleStatementBaseVisitor.visitInlineConstraint(OracleStatementParser.InlineConstraintContext ctx)
Visit a parse tree produced by
OracleStatementParser.inlineConstraint(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.