Uses of Enum
com.alibaba.druid.sql.ast.expr.SQLMatchAgainstExpr.SearchModifier
Packages that use SQLMatchAgainstExpr.SearchModifier
-
Uses of SQLMatchAgainstExpr.SearchModifier in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLMatchAgainstExpr.SearchModifierModifier and TypeMethodDescriptionSQLMatchAgainstExpr.getSearchModifier()Returns the enum constant of this type with the specified name.static SQLMatchAgainstExpr.SearchModifier[]SQLMatchAgainstExpr.SearchModifier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLMatchAgainstExpr.SearchModifierModifier and TypeMethodDescriptionvoidSQLMatchAgainstExpr.setSearchModifier(SQLMatchAgainstExpr.SearchModifier searchModifier)