Uses of Class
com.akiban.sql.parser.SQLParserFeature

Packages that use SQLParserFeature
com.akiban.sql.parser   
 

Uses of SQLParserFeature in com.akiban.sql.parser
 

Methods in com.akiban.sql.parser that return SQLParserFeature
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.
 

Methods in com.akiban.sql.parser that return types with arguments of type SQLParserFeature
 Set<SQLParserFeature> SQLParser.getFeatures()
           
 

Methods in com.akiban.sql.parser with parameters of type SQLParserFeature
 boolean SQLParserContext.hasFeature(SQLParserFeature feature)
          Is the given feature enabled for this parser?
 boolean SQLParser.hasFeature(SQLParserFeature feature)
           
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.