Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.RoleListContext
Packages that use PostgreSQLStatementParser.RoleListContext
-
Uses of PostgreSQLStatementParser.RoleListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.RoleListContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.AlterGroupClausesContext.roleList()PostgreSQLStatementParser.AlterMaterializedViewClausesContext.roleList()PostgreSQLStatementParser.AlterOptRoleElemContext.roleList()PostgreSQLStatementParser.AlterPolicyClausesContext.roleList()PostgreSQLStatementParser.AlterTableContext.roleList()PostgreSQLStatementParser.CreateOptRoleElemContext.roleList()PostgreSQLStatementParser.CreatePolicyContext.roleList()PostgreSQLStatementParser.DefACLOptionContext.roleList()PostgreSQLStatementParser.DropDroupContext.roleList()PostgreSQLStatementParser.DropOwnedContext.roleList()PostgreSQLStatementParser.DropRoleContext.roleList()PostgreSQLStatementParser.DropUserContext.roleList()PostgreSQLStatementParser.ReassignOwnedContext.roleList()PostgreSQLStatementParser.RoleClauseContext.roleList()PostgreSQLStatementParser.roleList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.RoleListContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitRoleList(PostgreSQLStatementParser.RoleListContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.roleList().PostgreSQLStatementParserVisitor.visitRoleList(PostgreSQLStatementParser.RoleListContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.roleList().