| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.PartitioningStorageClauseContext |
OracleStatementParser.partitioningStorageClause() |
OracleStatementParser.PartitioningStorageClauseContext |
OracleStatementParser.RangeSubpartitionDescContext.partitioningStorageClause() |
OracleStatementParser.PartitioningStorageClauseContext |
OracleStatementParser.ListSubpartitionDescContext.partitioningStorageClause() |
OracleStatementParser.PartitioningStorageClauseContext |
OracleStatementParser.IndividualHashSubpartsContext.partitioningStorageClause() |
OracleStatementParser.PartitioningStorageClauseContext |
OracleStatementParser.AddHashPartitionClauseContext.partitioningStorageClause() |
OracleStatementParser.PartitioningStorageClauseContext |
OracleStatementParser.IndividualHashPartitionsContext.partitioningStorageClause(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.PartitioningStorageClauseContext> |
OracleStatementParser.IndividualHashPartitionsContext.partitioningStorageClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.partitioningStorageClause(). |
T |
OracleStatementBaseVisitor.visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.partitioningStorageClause(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.