Class FullTextSearch
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.operators.relational.FullTextSearch
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
private ExpressionList
<Column> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) addMatchColumns
(Collection<? extends Column> matchColumns) addMatchColumns
(Column... matchColumns) void
void
void
void
setMatchColumns
(ExpressionList<Column> columns) void
setSearchModifier
(String val) toString()
withAgainstValue
(StringValue againstValue) withMatchColumns
(ExpressionList<Column> matchColumns) withSearchModifier
(String searchModifier) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
_matchColumns
-
_againstValue
-
_searchModifier
-
-
Constructor Details
-
FullTextSearch
public FullTextSearch()
-
-
Method Details
-
setMatchColumns
-
getMatchColumns
-
setAgainstValue
-
setAgainstValue
-
setAgainstValue
-
getAgainstValue
-
setSearchModifier
-
getSearchModifier
-
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withMatchColumns
-
withAgainstValue
-
withSearchModifier
-
addMatchColumns
-
addMatchColumns
-