public static enum MySqlMatchAgainstExpr.SearchModifier extends Enum<MySqlMatchAgainstExpr.SearchModifier>
Enum Constant and Description |
---|
IN_BOOLEAN_MODE |
IN_NATURAL_LANGUAGE_MODE |
IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION |
WITH_QUERY_EXPANSION |
Modifier and Type | Field and Description |
---|---|
String |
name |
String |
name_lcase |
Modifier and Type | Method and Description |
---|---|
static MySqlMatchAgainstExpr.SearchModifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlMatchAgainstExpr.SearchModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MySqlMatchAgainstExpr.SearchModifier IN_BOOLEAN_MODE
public static final MySqlMatchAgainstExpr.SearchModifier IN_NATURAL_LANGUAGE_MODE
public static final MySqlMatchAgainstExpr.SearchModifier IN_NATURAL_LANGUAGE_MODE_WITH_QUERY_EXPANSION
public static final MySqlMatchAgainstExpr.SearchModifier WITH_QUERY_EXPANSION
public static MySqlMatchAgainstExpr.SearchModifier[] values()
for (MySqlMatchAgainstExpr.SearchModifier c : MySqlMatchAgainstExpr.SearchModifier.values()) System.out.println(c);
public static MySqlMatchAgainstExpr.SearchModifier valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2013–2017 Alibaba Group. All rights reserved.