public class SQLMatchAgainstExpr extends SQLExprImpl implements SQLReplaceable
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLMatchAgainstExpr.SearchModifier |
| Constructor and Description |
|---|
SQLMatchAgainstExpr() |
| Modifier and Type | Method and Description |
|---|---|
SQLMatchAgainstExpr |
clone() |
boolean |
equals(Object obj) |
SQLExpr |
getAgainst() |
List |
getChildren() |
List<SQLExpr> |
getColumns() |
SQLMatchAgainstExpr.SearchModifier |
getSearchModifier() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setAgainst(SQLExpr against) |
void |
setColumns(List<SQLExpr> columns) |
void |
setSearchModifier(SQLMatchAgainstExpr.SearchModifier searchModifier) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLMatchAgainstExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic SQLExpr getAgainst()
public void setAgainst(SQLExpr against)
public SQLMatchAgainstExpr.SearchModifier getSearchModifier()
public void setSearchModifier(SQLMatchAgainstExpr.SearchModifier searchModifier)
public List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2021 Alibaba Group. All rights reserved.