Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.WhereOrCurrentClauseContext
-
-
Uses of PostgreSQLStatementParser.WhereOrCurrentClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.WhereOrCurrentClauseContext Modifier and Type Method Description PostgreSQLStatementParser.WhereOrCurrentClauseContextPostgreSQLStatementParser.DeleteContext. whereOrCurrentClause()PostgreSQLStatementParser.WhereOrCurrentClauseContextPostgreSQLStatementParser.UpdateContext. whereOrCurrentClause()PostgreSQLStatementParser.WhereOrCurrentClauseContextPostgreSQLStatementParser. whereOrCurrentClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.WhereOrCurrentClauseContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.whereOrCurrentClause().TPostgreSQLStatementParserVisitor. visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.whereOrCurrentClause(). -
Uses of PostgreSQLStatementParser.WhereOrCurrentClauseContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement with parameters of type PostgreSQLStatementParser.WhereOrCurrentClauseContext Modifier and Type Method Description ASTNodePostgreSQLStatementVisitor. visitWhereOrCurrentClause(PostgreSQLStatementParser.WhereOrCurrentClauseContext ctx)
-