| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
GrantorSpecification.Type |
GrantorSpecification.getType() |
static GrantorSpecification.Type |
GrantorSpecification.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.
|
| Constructor and Description |
|---|
GrantorSpecification(GrantorSpecification.Type type,
Optional<PrincipalSpecification> principal) |
Copyright © 2012–2023. All rights reserved.