| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
ShowCreate.Type |
ShowCreate.getType() |
static ShowCreate.Type |
ShowCreate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowCreate.Type[] |
ShowCreate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ShowCreate(NodeLocation location,
ShowCreate.Type type,
QualifiedName name) |
ShowCreate(ShowCreate.Type type,
QualifiedName name) |
Copyright © 2012–2023. All rights reserved.