| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.PartitionDefinitionOptionContext |
MySQLStatementParser.partitionDefinitionOption() |
MySQLStatementParser.PartitionDefinitionOptionContext |
MySQLStatementParser.PartitionDefinitionContext.partitionDefinitionOption(int i) |
MySQLStatementParser.PartitionDefinitionOptionContext |
MySQLStatementParser.SubpartitionDefinitionContext.partitionDefinitionOption(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.PartitionDefinitionOptionContext> |
MySQLStatementParser.PartitionDefinitionContext.partitionDefinitionOption() |
List<MySQLStatementParser.PartitionDefinitionOptionContext> |
MySQLStatementParser.SubpartitionDefinitionContext.partitionDefinitionOption() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitPartitionDefinitionOption(MySQLStatementParser.PartitionDefinitionOptionContext ctx)
Visit a parse tree produced by
MySQLStatementParser.partitionDefinitionOption(). |
T |
MySQLStatementVisitor.visitPartitionDefinitionOption(MySQLStatementParser.PartitionDefinitionOptionContext ctx)
Visit a parse tree produced by
MySQLStatementParser.partitionDefinitionOption(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.