Package com.alibaba.druid.sql.ast.expr
Enum SQLMatchAgainstExpr.SearchModifier
java.lang.Object
java.lang.Enum<SQLMatchAgainstExpr.SearchModifier>
com.alibaba.druid.sql.ast.expr.SQLMatchAgainstExpr.SearchModifier
- All Implemented Interfaces:
Serializable
,Comparable<SQLMatchAgainstExpr.SearchModifier>
,java.lang.constant.Constable
- Enclosing class:
- SQLMatchAgainstExpr
public static enum SQLMatchAgainstExpr.SearchModifier
extends Enum<SQLMatchAgainstExpr.SearchModifier>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SQLMatchAgainstExpr.SearchModifier[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
IN_BOOLEAN_MODE
-
IN_NATURAL_LANGUAGE_MODE
-
IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION
public static final SQLMatchAgainstExpr.SearchModifier IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION -
WITH_QUERY_EXPANSION
-
-
Field Details
-
name
-
nameLCase
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-