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