Uses of Enum Class
io.trino.sql.tree.GrantorSpecification.Type
Packages that use GrantorSpecification.Type
-
Uses of GrantorSpecification.Type in io.trino.sql.tree
Subclasses with type arguments of type GrantorSpecification.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return GrantorSpecification.TypeModifier and TypeMethodDescriptionGrantorSpecification.type()Returns the value of thetyperecord component.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) Creates an instance of aGrantorSpecificationrecord class.