Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DeleteContext
Packages that use OpenGaussStatementParser.DeleteContext
Package
Description
-
Uses of OpenGaussStatementParser.DeleteContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DeleteContextModifier and TypeMethodDescriptionOpenGaussStatementParser.delete()OpenGaussStatementParser.ExecuteContext.delete()OpenGaussStatementParser.ExplainableStmtContext.delete()OpenGaussStatementParser.PreparableStmtContext.delete()OpenGaussStatementParser.RuleActionStmtContext.delete()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DeleteContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitDelete(OpenGaussStatementParser.DeleteContext ctx) Visit a parse tree produced byOpenGaussStatementParser.delete().OpenGaussStatementVisitor.visitDelete(OpenGaussStatementParser.DeleteContext ctx) Visit a parse tree produced byOpenGaussStatementParser.delete(). -
Uses of OpenGaussStatementParser.DeleteContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.DeleteContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitDelete(OpenGaussStatementParser.DeleteContext ctx)