Uses of Enum Class
io.trino.sql.tree.PrincipalSpecification.Type
Packages that use PrincipalSpecification.Type
-
Uses of PrincipalSpecification.Type in io.trino.sql.tree
Subclasses with type arguments of type PrincipalSpecification.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return PrincipalSpecification.TypeModifier and TypeMethodDescriptionPrincipalSpecification.type()Returns the value of thetyperecord component.static PrincipalSpecification.TypeReturns the enum constant of this class with the specified name.static PrincipalSpecification.Type[]PrincipalSpecification.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 PrincipalSpecification.TypeModifierConstructorDescriptionCreates an instance of aPrincipalSpecificationrecord class.