| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.ColumnNameContext |
MySQLStatementParser.columnName() |
MySQLStatementParser.ColumnNameContext |
MySQLStatementParser.KeyPartContext.columnName() |
MySQLStatementParser.ColumnNameContext |
MySQLStatementParser.PlaceContext.columnName() |
MySQLStatementParser.ColumnNameContext |
MySQLStatementParser.ColumnNamesContext.columnName(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.ColumnNameContext> |
MySQLStatementParser.ColumnNamesContext.columnName() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitColumnName(MySQLStatementParser.ColumnNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.columnName(). |
T |
MySQLStatementVisitor.visitColumnName(MySQLStatementParser.ColumnNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.columnName(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
MySQLStatementSQLVisitor.visitColumnName(MySQLStatementParser.ColumnNameContext ctx) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.