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