| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.PartitionClauseContext |
MySQLStatementParser.partitionClause() |
MySQLStatementParser.PartitionClauseContext |
MySQLStatementParser.CreateTableContext.partitionClause() |
MySQLStatementParser.PartitionClauseContext |
MySQLStatementParser.AlterTablePartitionOptionsContext.partitionClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitPartitionClause(MySQLStatementParser.PartitionClauseContext ctx)
Visit a parse tree produced by
MySQLStatementParser.partitionClause(). |
T |
MySQLStatementVisitor.visitPartitionClause(MySQLStatementParser.PartitionClauseContext ctx)
Visit a parse tree produced by
MySQLStatementParser.partitionClause(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.