| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.tableNames() |
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.DropTableContext.tableNames() |
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.AnalyzeTableContext.tableNames() |
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.CheckTableContext.tableNames() |
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.ChecksumTableContext.tableNames() |
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.OptimizeTableContext.tableNames() |
MySQLStatementParser.TableNamesContext |
MySQLStatementParser.RepairTableContext.tableNames() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
MySQLStatementVisitor.visitTableNames(MySQLStatementParser.TableNamesContext ctx)
Visit a parse tree produced by
MySQLStatementParser.tableNames(). |
T |
MySQLStatementBaseVisitor.visitTableNames(MySQLStatementParser.TableNamesContext ctx)
Visit a parse tree produced by
MySQLStatementParser.tableNames(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.