| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.TableElementContext |
MySQLStatementParser.tableElement() |
MySQLStatementParser.TableElementContext |
MySQLStatementParser.TableElementListContext.tableElement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.TableElementContext> |
MySQLStatementParser.TableElementListContext.tableElement() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitTableElement(MySQLStatementParser.TableElementContext ctx)
Visit a parse tree produced by
MySQLStatementParser.tableElement(). |
T |
MySQLStatementVisitor.visitTableElement(MySQLStatementParser.TableElementContext ctx)
Visit a parse tree produced by
MySQLStatementParser.tableElement(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.