Uses of Enum Class
io.trino.sql.tree.GrantorSpecification.Type
Packages that use GrantorSpecification.Type
-
Uses of GrantorSpecification.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return GrantorSpecification.TypeModifier and TypeMethodDescriptionGrantorSpecification.getType()static GrantorSpecification.TypeReturns the enum constant of this class with the specified name.static GrantorSpecification.Type[]GrantorSpecification.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type GrantorSpecification.TypeModifierConstructorDescriptionGrantorSpecification(GrantorSpecification.Type type, Optional<PrincipalSpecification> principal)