| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.TableReferencesContext |
MySQLStatementParser.tableReferences() |
MySQLStatementParser.TableReferencesContext |
MySQLStatementParser.UpdateContext.tableReferences() |
MySQLStatementParser.TableReferencesContext |
MySQLStatementParser.MultipleTablesClauseContext.tableReferences() |
MySQLStatementParser.TableReferencesContext |
MySQLStatementParser.FromClauseContext.tableReferences() |
MySQLStatementParser.TableReferencesContext |
MySQLStatementParser.TableFactorContext.tableReferences() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitTableReferences(MySQLStatementParser.TableReferencesContext ctx)
Visit a parse tree produced by
MySQLStatementParser.tableReferences(). |
T |
MySQLStatementVisitor.visitTableReferences(MySQLStatementParser.TableReferencesContext ctx)
Visit a parse tree produced by
MySQLStatementParser.tableReferences(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
MySQLStatementSQLVisitor.visitTableReferences(MySQLStatementParser.TableReferencesContext ctx) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.