Uses of Enum Class
io.trino.sql.tree.SetProperties.Type
Packages that use SetProperties.Type
-
Uses of SetProperties.Type in io.trino.sql.tree
Subclasses with type arguments of type SetProperties.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return SetProperties.TypeModifier and TypeMethodDescriptionSetProperties.getType()static SetProperties.TypeReturns the enum constant of this class with the specified name.static SetProperties.Type[]SetProperties.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 SetProperties.TypeModifierConstructorDescriptionSetProperties(NodeLocation location, SetProperties.Type type, QualifiedName name, List<Property> properties)