| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.PartitionAttributesContext |
OracleStatementParser.partitionAttributes() |
OracleStatementParser.PartitionAttributesContext |
OracleStatementParser.ModifyRangePartitionContext.partitionAttributes() |
OracleStatementParser.PartitionAttributesContext |
OracleStatementParser.ModifyHashPartitionContext.partitionAttributes() |
OracleStatementParser.PartitionAttributesContext |
OracleStatementParser.ModifyListPartitionContext.partitionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)
Visit a parse tree produced by
OracleStatementParser.partitionAttributes(). |
T |
OracleStatementBaseVisitor.visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)
Visit a parse tree produced by
OracleStatementParser.partitionAttributes(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.