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) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.