| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
static IdentifierSymbol |
IdentifierSymbol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierSymbol[] |
IdentifierSymbol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<IdentifierSymbol> |
SqlParserOptions.getAllowedIdentifierSymbols() |
| Modifier and Type | Method and Description |
|---|---|
SqlParserOptions |
SqlParserOptions.allowIdentifierSymbol(IdentifierSymbol... identifierSymbols) |
| Modifier and Type | Method and Description |
|---|---|
SqlParserOptions |
SqlParserOptions.allowIdentifierSymbol(Iterable<IdentifierSymbol> identifierSymbols) |
Copyright © 2012–2023. All rights reserved.