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