Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PrivilegeContext
-
Packages that use OpenGaussStatementParser.PrivilegeContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.PrivilegeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PrivilegeContext Modifier and Type Method Description OpenGaussStatementParser.PrivilegeContextOpenGaussStatementParser. privilege()OpenGaussStatementParser.PrivilegeContextOpenGaussStatementParser.PrivilegeListContext. privilege(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.PrivilegeContext Modifier and Type Method Description List<OpenGaussStatementParser.PrivilegeContext>OpenGaussStatementParser.PrivilegeListContext. privilege()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PrivilegeContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitPrivilege(OpenGaussStatementParser.PrivilegeContext ctx)Visit a parse tree produced byOpenGaussStatementParser.privilege().TOpenGaussStatementVisitor. visitPrivilege(OpenGaussStatementParser.PrivilegeContext ctx)Visit a parse tree produced byOpenGaussStatementParser.privilege().
-