Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.UpdateContext
Packages that use PostgreSQLStatementParser.UpdateContext
Package
Description
-
Uses of PostgreSQLStatementParser.UpdateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.UpdateContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ExecuteContext.update()PostgreSQLStatementParser.ExplainableStmtContext.update()PostgreSQLStatementParser.PreparableStmtContext.update()PostgreSQLStatementParser.RuleActionStmtContext.update()PostgreSQLStatementParser.update()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.UpdateContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitUpdate(PostgreSQLStatementParser.UpdateContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.update().PostgreSQLStatementParserVisitor.visitUpdate(PostgreSQLStatementParser.UpdateContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.update(). -
Uses of PostgreSQLStatementParser.UpdateContext 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.UpdateContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLStatementSQLVisitor.visitUpdate(PostgreSQLStatementParser.UpdateContext ctx)