Uses of Enum
io.trino.sql.tree.SetProperties.Type
Packages that use SetProperties.Type
-
Uses of SetProperties.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return SetProperties.TypeModifier and TypeMethodDescriptionSetProperties.getType()static SetProperties.TypeReturns the enum constant of this type with the specified name.static SetProperties.Type[]SetProperties.Type.values()Returns an array containing the constants of this enum type, 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) SetProperties(SetProperties.Type type, QualifiedName name, List<Property> properties)