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