| Modifier and Type | Class and Description |
|---|---|
static class |
MySqlMatchAgainstExpr.SearchModifier |
| Constructor and Description |
|---|
MySqlMatchAgainstExpr() |
| Modifier and Type | Method and Description |
|---|---|
MySqlMatchAgainstExpr |
clone() |
boolean |
equals(Object obj) |
SQLExpr |
getAgainst() |
List |
getChildren() |
List<SQLExpr> |
getColumns() |
MySqlMatchAgainstExpr.SearchModifier |
getSearchModifier() |
int |
hashCode() |
void |
setAgainst(SQLExpr against) |
void |
setColumns(List<SQLExpr> columns) |
void |
setSearchModifier(MySqlMatchAgainstExpr.SearchModifier searchModifier) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlMatchAgainstExpr clone()
public SQLExpr getAgainst()
public void setAgainst(SQLExpr against)
public MySqlMatchAgainstExpr.SearchModifier getSearchModifier()
public void setSearchModifier(MySqlMatchAgainstExpr.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–2018 Alibaba Group. All rights reserved.