Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateOptRoleElemContext
-
Packages that use OpenGaussStatementParser.CreateOptRoleElemContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.CreateOptRoleElemContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateOptRoleElemContext Modifier and Type Method Description OpenGaussStatementParser.CreateOptRoleElemContextOpenGaussStatementParser.CreateGroupContext. createOptRoleElem(int i)OpenGaussStatementParser.CreateOptRoleElemContextOpenGaussStatementParser. createOptRoleElem()OpenGaussStatementParser.CreateOptRoleElemContextOpenGaussStatementParser.CreateRoleContext. createOptRoleElem(int i)OpenGaussStatementParser.CreateOptRoleElemContextOpenGaussStatementParser.CreateUserContext. createOptRoleElem(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.CreateOptRoleElemContext Modifier and Type Method Description List<OpenGaussStatementParser.CreateOptRoleElemContext>OpenGaussStatementParser.CreateGroupContext. createOptRoleElem()List<OpenGaussStatementParser.CreateOptRoleElemContext>OpenGaussStatementParser.CreateRoleContext. createOptRoleElem()List<OpenGaussStatementParser.CreateOptRoleElemContext>OpenGaussStatementParser.CreateUserContext. createOptRoleElem()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateOptRoleElemContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateOptRoleElem(OpenGaussStatementParser.CreateOptRoleElemContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createOptRoleElem().TOpenGaussStatementVisitor. visitCreateOptRoleElem(OpenGaussStatementParser.CreateOptRoleElemContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createOptRoleElem().
-