| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.postgresql.visitor.impl |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLStatementParser.WhereClauseContext |
PostgreSQLStatementParser.whereClause() |
PostgreSQLStatementParser.WhereClauseContext |
PostgreSQLStatementParser.UpdateContext.whereClause() |
PostgreSQLStatementParser.WhereClauseContext |
PostgreSQLStatementParser.DeleteContext.whereClause() |
PostgreSQLStatementParser.WhereClauseContext |
PostgreSQLStatementParser.SelectClauseContext.whereClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
PostgreSQLStatementBaseVisitor.visitWhereClause(PostgreSQLStatementParser.WhereClauseContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.whereClause(). |
T |
PostgreSQLStatementVisitor.visitWhereClause(PostgreSQLStatementParser.WhereClauseContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.whereClause(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.ASTNode |
PostgreSQLDMLVisitor.visitWhereClause(PostgreSQLStatementParser.WhereClauseContext ctx) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.