Uses of Enum Class
io.trino.sql.tree.SetRole.Type
Packages that use SetRole.Type
-
Uses of SetRole.Type in io.trino.sql.tree
Subclasses with type arguments of type SetRole.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return SetRole.TypeModifier and TypeMethodDescriptionSetRole.getType()static SetRole.TypeReturns the enum constant of this class with the specified name.static SetRole.Type[]SetRole.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 SetRole.TypeModifierConstructorDescriptionSetRole(NodeLocation location, SetRole.Type type, Optional<Identifier> role, Optional<Identifier> catalog)