Uses of Class
io.trino.grammar.sql.SqlBaseParser.PrivilegeOrRoleContext
Packages that use SqlBaseParser.PrivilegeOrRoleContext
-
Uses of SqlBaseParser.PrivilegeOrRoleContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.PrivilegeOrRoleContextModifier and TypeMethodDescriptionSqlBaseParser.GrantPrivilegesContext.privilegeOrRole(int i) SqlBaseParser.GrantRolesContext.privilegeOrRole(int i) SqlBaseParser.privilegeOrRole()SqlBaseParser.RevokePrivilegesContext.privilegeOrRole(int i) SqlBaseParser.RevokeRolesContext.privilegeOrRole(int i) Methods in io.trino.grammar.sql that return types with arguments of type SqlBaseParser.PrivilegeOrRoleContextModifier and TypeMethodDescriptionSqlBaseParser.GrantPrivilegesContext.privilegeOrRole()SqlBaseParser.GrantRolesContext.privilegeOrRole()SqlBaseParser.RevokePrivilegesContext.privilegeOrRole()SqlBaseParser.RevokeRolesContext.privilegeOrRole()Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.PrivilegeOrRoleContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterPrivilegeOrRole(SqlBaseParser.PrivilegeOrRoleContext ctx) Enter a parse tree produced bySqlBaseParser.privilegeOrRole().voidSqlBaseListener.enterPrivilegeOrRole(SqlBaseParser.PrivilegeOrRoleContext ctx) Enter a parse tree produced bySqlBaseParser.privilegeOrRole().voidSqlBaseBaseListener.exitPrivilegeOrRole(SqlBaseParser.PrivilegeOrRoleContext ctx) Exit a parse tree produced bySqlBaseParser.privilegeOrRole().voidSqlBaseListener.exitPrivilegeOrRole(SqlBaseParser.PrivilegeOrRoleContext ctx) Exit a parse tree produced bySqlBaseParser.privilegeOrRole().SqlBaseBaseVisitor.visitPrivilegeOrRole(SqlBaseParser.PrivilegeOrRoleContext ctx) Visit a parse tree produced bySqlBaseParser.privilegeOrRole().SqlBaseVisitor.visitPrivilegeOrRole(SqlBaseParser.PrivilegeOrRoleContext ctx) Visit a parse tree produced bySqlBaseParser.privilegeOrRole().