| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlMatchAgainstExpr.SearchModifier |
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
against |
private List<SQLExpr> |
columns |
private MySqlMatchAgainstExpr.SearchModifier |
searchModifier |
attributes, parent| 构造器和说明 |
|---|
MySqlMatchAgainstExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr against
private MySqlMatchAgainstExpr.SearchModifier searchModifier
public MySqlMatchAgainstExpr clone()
public SQLExpr getAgainst()
public void setAgainst(SQLExpr against)
public MySqlMatchAgainstExpr.SearchModifier getSearchModifier()
public void setSearchModifier(MySqlMatchAgainstExpr.SearchModifier searchModifier)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.