Uses of Class
io.trino.sql.tree.PrincipalSpecification
-
Packages that use PrincipalSpecification Package Description io.trino.sql.tree -
-
Uses of PrincipalSpecification in io.trino.sql.tree
Methods in io.trino.sql.tree that return PrincipalSpecification Modifier and Type Method Description PrincipalSpecificationGrant. getGrantee()PrincipalSpecificationRevoke. getGrantee()PrincipalSpecificationSetAuthorizationStatement. getPrincipal()Methods in io.trino.sql.tree that return types with arguments of type PrincipalSpecification Modifier and Type Method Description Set<PrincipalSpecification>GrantRoles. getGrantees()Set<PrincipalSpecification>RevokeRoles. getGrantees()Optional<PrincipalSpecification>CreateSchema. getPrincipal()Optional<PrincipalSpecification>GrantorSpecification. getPrincipal()Constructor parameters in io.trino.sql.tree with type arguments of type PrincipalSpecification Constructor Description CreateSchema(NodeLocation location, QualifiedName schemaName, boolean notExists, List<Property> properties, Optional<PrincipalSpecification> principal)CreateSchema(QualifiedName schemaName, boolean notExists, List<Property> properties, Optional<PrincipalSpecification> principal)GrantorSpecification(GrantorSpecification.Type type, Optional<PrincipalSpecification> principal)
-