| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.oracle.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.WhereClauseContext |
OracleStatementParser.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.UpdateContext.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.DeleteContext.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.QueryBlockContext.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.MergeUpdateClauseContext.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.DeleteWhereClauseContext.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.MergeInsertClauseContext.whereClause() |
OracleStatementParser.WhereClauseContext |
OracleStatementParser.FilterConditionContext.whereClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitWhereClause(OracleStatementParser.WhereClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.whereClause(). |
T |
OracleStatementBaseVisitor.visitWhereClause(OracleStatementParser.WhereClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.whereClause(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
OracleDMLStatementSQLVisitor.visitWhereClause(OracleStatementParser.WhereClauseContext ctx) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.