Uses of Class
io.trino.sql.tree.SetProperties.Type
-
Packages that use SetProperties.Type Package Description io.trino.sql.tree -
-
Uses of SetProperties.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return SetProperties.Type Modifier and Type Method Description SetProperties.TypeSetProperties. getType()static SetProperties.TypeSetProperties.Type. valueOf(String name)Returns 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.Type Constructor Description SetProperties(NodeLocation location, SetProperties.Type type, QualifiedName name, List<Property> properties)SetProperties(SetProperties.Type type, QualifiedName name, List<Property> properties)
-