Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PrivilegeClauseContext
-
Packages that use OpenGaussStatementParser.PrivilegeClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.PrivilegeClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PrivilegeClauseContext Modifier and Type Method Description OpenGaussStatementParser.PrivilegeClauseContextOpenGaussStatementParser.GrantContext. privilegeClause()OpenGaussStatementParser.PrivilegeClauseContextOpenGaussStatementParser. privilegeClause()OpenGaussStatementParser.PrivilegeClauseContextOpenGaussStatementParser.RevokeContext. privilegeClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PrivilegeClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitPrivilegeClause(OpenGaussStatementParser.PrivilegeClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.privilegeClause().TOpenGaussStatementVisitor. visitPrivilegeClause(OpenGaussStatementParser.PrivilegeClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.privilegeClause().
-