| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.JsonCondContext |
OracleStatementParser.jsonCond() |
OracleStatementParser.JsonCondContext |
OracleStatementParser.JsonFilterExprContext.jsonCond() |
OracleStatementParser.JsonCondContext |
OracleStatementParser.JsonNegationContext.jsonCond() |
OracleStatementParser.JsonCondContext |
OracleStatementParser.JsonCondContext.jsonCond(int i) |
OracleStatementParser.JsonCondContext |
OracleStatementParser.JsonDisjunctionContext.jsonCond(int i) |
OracleStatementParser.JsonCondContext |
OracleStatementParser.JsonConjunctionContext.jsonCond(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.JsonCondContext> |
OracleStatementParser.JsonCondContext.jsonCond() |
List<OracleStatementParser.JsonCondContext> |
OracleStatementParser.JsonDisjunctionContext.jsonCond() |
List<OracleStatementParser.JsonCondContext> |
OracleStatementParser.JsonConjunctionContext.jsonCond() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitJsonCond(OracleStatementParser.JsonCondContext ctx)
Visit a parse tree produced by
OracleStatementParser.jsonCond(). |
T |
OracleStatementBaseVisitor.visitJsonCond(OracleStatementParser.JsonCondContext ctx)
Visit a parse tree produced by
OracleStatementParser.jsonCond(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.