| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.JoinedTableContext |
OracleStatementParser.joinedTable() |
OracleStatementParser.JoinedTableContext |
OracleStatementParser.TableReferenceContext.joinedTable(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.JoinedTableContext> |
OracleStatementParser.TableReferenceContext.joinedTable() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitJoinedTable(OracleStatementParser.JoinedTableContext ctx)
Visit a parse tree produced by
OracleStatementParser.joinedTable(). |
T |
OracleStatementBaseVisitor.visitJoinedTable(OracleStatementParser.JoinedTableContext ctx)
Visit a parse tree produced by
OracleStatementParser.joinedTable(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.