Uses of Class
io.trino.sql.tree.GrantOnType
-
Packages that use GrantOnType Package Description io.trino.sql.tree -
-
Uses of GrantOnType in io.trino.sql.tree
Methods in io.trino.sql.tree that return GrantOnType Modifier and Type Method Description static GrantOnTypeGrantOnType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantOnType[]GrantOnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.tree that return types with arguments of type GrantOnType Modifier and Type Method Description Optional<GrantOnType>Grant. getType()Optional<GrantOnType>Revoke. getType()
-