Uses of Class
io.trino.sql.tree.SetRole.Type
-
Packages that use SetRole.Type Package Description io.trino.sql.tree -
-
Uses of SetRole.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return SetRole.Type Modifier and Type Method Description SetRole.TypeSetRole. getType()static SetRole.TypeSetRole.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SetRole.Type[]SetRole.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 SetRole.Type Constructor Description SetRole(NodeLocation location, SetRole.Type type, Optional<Identifier> role)SetRole(SetRole.Type type, Optional<Identifier> role)
-