| Package | Description |
|---|---|
| com.foundationdb.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
static SQLParserFeature |
SQLParserFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLParserFeature[] |
SQLParserFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SQLParserFeature> |
SQLParser.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLParserContext.hasFeature(SQLParserFeature feature)
Is the given feature enabled for this parser?
|
boolean |
SQLParser.hasFeature(SQLParserFeature feature) |
Copyright © 2015 FoundationDB, LLC. All rights reserved.