Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropUserContext
Packages that use OpenGaussStatementParser.DropUserContext
Package
Description
-
Uses of OpenGaussStatementParser.DropUserContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropUserContextModifier and TypeMethodDescriptionOpenGaussStatementParser.dropUser()OpenGaussStatementParser.ExecuteContext.dropUser()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropUserContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitDropUser(OpenGaussStatementParser.DropUserContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropUser().OpenGaussStatementVisitor.visitDropUser(OpenGaussStatementParser.DropUserContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropUser(). -
Uses of OpenGaussStatementParser.DropUserContext 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.DropUserContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDCLStatementSQLVisitor.visitDropUser(OpenGaussStatementParser.DropUserContext ctx)