| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.labelName() |
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.IterateStatementContext.labelName() |
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.LeaveStatementContext.labelName() |
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.BeginStatementContext.labelName(int i) |
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.LoopStatementContext.labelName(int i) |
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.RepeatStatementContext.labelName(int i) |
MySQLStatementParser.LabelNameContext |
MySQLStatementParser.WhileStatementContext.labelName(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.LabelNameContext> |
MySQLStatementParser.BeginStatementContext.labelName() |
List<MySQLStatementParser.LabelNameContext> |
MySQLStatementParser.LoopStatementContext.labelName() |
List<MySQLStatementParser.LabelNameContext> |
MySQLStatementParser.RepeatStatementContext.labelName() |
List<MySQLStatementParser.LabelNameContext> |
MySQLStatementParser.WhileStatementContext.labelName() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitLabelName(MySQLStatementParser.LabelNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.labelName(). |
T |
MySQLStatementVisitor.visitLabelName(MySQLStatementParser.LabelNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.labelName(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.