| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static CreateView.Security |
CreateView.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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CreateView.Security> |
CreateView.getSecurity() |
| Constructor and Description |
|---|
CreateView(NodeLocation location,
QualifiedName name,
Query query,
boolean replace,
Optional<CreateView.Security> security) |
CreateView(QualifiedName name,
Query query,
boolean replace,
Optional<CreateView.Security> security) |
Copyright © 2012–2023. All rights reserved.