public class MySqlMatchAgainstExpr extends SQLExprImpl implements MySqlExpr
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlMatchAgainstExpr.SearchModifier |
| 构造器和说明 |
|---|
MySqlMatchAgainstExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
SQLExpr |
getAgainst() |
List<SQLExpr> |
getColumns() |
MySqlMatchAgainstExpr.SearchModifier |
getSearchModifier() |
int |
hashCode() |
void |
setAgainst(SQLExpr against) |
void |
setColumns(List<SQLExpr> columns) |
void |
setSearchModifier(MySqlMatchAgainstExpr.SearchModifier searchModifier) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLExpr getAgainst()
public void setAgainst(SQLExpr against)
public MySqlMatchAgainstExpr.SearchModifier getSearchModifier()
public void setSearchModifier(MySqlMatchAgainstExpr.SearchModifier searchModifier)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.