Uses of Class
com.alibaba.druid.sql.dialect.oracle.ast.clause.SearchClause.Type

Packages that use SearchClause.Type
com.alibaba.druid.sql.dialect.oracle.ast.clause   
 

Uses of SearchClause.Type in com.alibaba.druid.sql.dialect.oracle.ast.clause
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause that return SearchClause.Type
 SearchClause.Type SearchClause.getType()
           
static SearchClause.Type SearchClause.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchClause.Type[] SearchClause.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause with parameters of type SearchClause.Type
 void SearchClause.setType(SearchClause.Type type)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.