Uses of Class
com.alibaba.druid.sql.dialect.oracle.ast.clause.SearchClause.Type
-
Packages that use SearchClause.Type Package Description 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 Modifier and Type Method Description SearchClause.TypeSearchClause. getType()static SearchClause.TypeSearchClause.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 Modifier and Type Method Description voidSearchClause. setType(SearchClause.Type type)
-