| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.columnRef() |
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.InsertIdentifierContext.columnRef() |
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.AssignmentContext.columnRef() |
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.SimpleExprContext.columnRef() |
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.JsonFunctionContext.columnRef() |
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.ExplainContext.columnRef() |
MySQLStatementParser.ColumnRefContext |
MySQLStatementParser.ColumnRefListContext.columnRef(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.ColumnRefContext> |
MySQLStatementParser.ColumnRefListContext.columnRef() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)
Visit a parse tree produced by
MySQLStatementParser.columnRef(). |
T |
MySQLStatementVisitor.visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)
Visit a parse tree produced by
MySQLStatementParser.columnRef(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.sql.common.SQLStats |
MySQLSQLStatVisitor.visitColumnRef(MySQLStatementParser.ColumnRefContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
MySQLStatementSQLVisitor.visitColumnRef(MySQLStatementParser.ColumnRefContext ctx) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.