| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.ExprListContext |
OracleStatementParser.exprList() |
OracleStatementParser.ExprListContext |
OracleStatementParser.QueryPartitionClauseContext.exprList() |
OracleStatementParser.ExprListContext |
OracleStatementParser.ConstructorExprContext.exprList() |
OracleStatementParser.ExprListContext |
OracleStatementParser.SimpleComparisonConditionContext.exprList() |
OracleStatementParser.ExprListContext |
OracleStatementParser.GroupComparisonConditionContext.exprList() |
OracleStatementParser.ExprListContext |
OracleStatementParser.InConditionContext.exprList() |
OracleStatementParser.ExprListContext |
OracleStatementParser.PivotInClauseContext.exprList(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.ExprListContext> |
OracleStatementParser.PivotInClauseContext.exprList() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitExprList(OracleStatementParser.ExprListContext ctx)
Visit a parse tree produced by
OracleStatementParser.exprList(). |
T |
OracleStatementBaseVisitor.visitExprList(OracleStatementParser.ExprListContext ctx)
Visit a parse tree produced by
OracleStatementParser.exprList(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.