| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MySQLStatementParser.IndexNameContext> |
MySQLStatementParser.IndexHint_Context.indexName() |
List<MySQLStatementParser.IndexNameContext> |
MySQLStatementParser.RenameIndexSpecificationContext.indexName() |
List<MySQLStatementParser.IndexNameContext> |
MySQLStatementParser.TableIndexListContext.indexName() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
MySQLStatementVisitor.visitIndexName(MySQLStatementParser.IndexNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.indexName(). |
T |
MySQLStatementBaseVisitor.visitIndexName(MySQLStatementParser.IndexNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.indexName(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.