Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Method and Description |
---|---|
static SQLParserFeature |
SQLParserFeature.valueOf(java.lang.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 |
---|---|
java.util.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 © 2013. All Rights Reserved.