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