Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.RevokeContext
-
Packages that use OpenGaussStatementParser.RevokeContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.RevokeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.RevokeContext Modifier and Type Method Description OpenGaussStatementParser.RevokeContextOpenGaussStatementParser.ExecuteContext. revoke()OpenGaussStatementParser.RevokeContextOpenGaussStatementParser. revoke()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.RevokeContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitRevoke(OpenGaussStatementParser.RevokeContext ctx)Visit a parse tree produced byOpenGaussStatementParser.revoke().TOpenGaussStatementVisitor. visitRevoke(OpenGaussStatementParser.RevokeContext ctx)Visit a parse tree produced byOpenGaussStatementParser.revoke(). -
Uses of OpenGaussStatementParser.RevokeContext 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.RevokeContext Modifier and Type Method Description ASTNodeOpenGaussDCLStatementVisitor. visitRevoke(OpenGaussStatementParser.RevokeContext ctx)
-