Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.WhereOrCurrentClauseContext
Packages that use PostgreSQLStatementParser.WhereOrCurrentClauseContext
Package
Description
-
Uses of PostgreSQLStatementParser.WhereOrCurrentClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.WhereOrCurrentClauseContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.DeleteContext.whereOrCurrentClause()PostgreSQLStatementParser.UpdateContext.whereOrCurrentClause()PostgreSQLStatementParser.whereOrCurrentClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.WhereOrCurrentClauseContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.whereOrCurrentClause().PostgreSQLStatementParserVisitor.visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.whereOrCurrentClause(). -
Uses of PostgreSQLStatementParser.WhereOrCurrentClauseContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.WhereOrCurrentClauseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLStatementSQLVisitor.visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx)