Uses of Class
io.trino.sql.tree.GrantObject
Packages that use GrantObject
-
Uses of GrantObject in io.trino.sql.tree
Methods in io.trino.sql.tree that return GrantObjectModifier and TypeMethodDescriptionDeny.getGrantObject()Grant.getGrantObject()Revoke.getGrantObject()Methods in io.trino.sql.tree that return types with arguments of type GrantObjectConstructors in io.trino.sql.tree with parameters of type GrantObjectModifierConstructorDescriptionDeny(NodeLocation location, Optional<List<String>> privileges, GrantObject grantObject, PrincipalSpecification grantee) Grant(NodeLocation location, Optional<List<String>> privileges, GrantObject grantObject, PrincipalSpecification grantee, boolean grantOption) Revoke(NodeLocation location, boolean grantOptionFor, Optional<List<String>> privileges, GrantObject grantObject, PrincipalSpecification grantee) Constructor parameters in io.trino.sql.tree with type arguments of type GrantObjectModifierConstructorDescriptionShowGrants(NodeLocation location, Optional<GrantObject> grantObject)