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