| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.AlterCommandsModifierContext |
MySQLStatementParser.alterCommandsModifier() |
MySQLStatementParser.AlterCommandsModifierContext |
MySQLStatementParser.AlterListContext.alterCommandsModifier(int i) |
MySQLStatementParser.AlterCommandsModifierContext |
MySQLStatementParser.AlterCommandsModifierListContext.alterCommandsModifier(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.AlterCommandsModifierContext> |
MySQLStatementParser.AlterListContext.alterCommandsModifier() |
List<MySQLStatementParser.AlterCommandsModifierContext> |
MySQLStatementParser.AlterCommandsModifierListContext.alterCommandsModifier() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitAlterCommandsModifier(MySQLStatementParser.AlterCommandsModifierContext ctx)
Visit a parse tree produced by
MySQLStatementParser.alterCommandsModifier(). |
T |
MySQLStatementVisitor.visitAlterCommandsModifier(MySQLStatementParser.AlterCommandsModifierContext ctx)
Visit a parse tree produced by
MySQLStatementParser.alterCommandsModifier(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.