Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropUserContext
-
Packages that use OpenGaussStatementParser.DropUserContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.DropUserContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropUserContext Modifier and Type Method Description OpenGaussStatementParser.DropUserContextOpenGaussStatementParser. dropUser()OpenGaussStatementParser.DropUserContextOpenGaussStatementParser.ExecuteContext. dropUser()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropUserContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDropUser(OpenGaussStatementParser.DropUserContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropUser().TOpenGaussStatementVisitor. visitDropUser(OpenGaussStatementParser.DropUserContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropUser(). -
Uses of OpenGaussStatementParser.DropUserContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.DropUserContext Modifier and Type Method Description ASTNodeOpenGaussDCLStatementVisitor. visitDropUser(OpenGaussStatementParser.DropUserContext ctx)
-