com.alibaba.druid.sql.dialect.mysql.ast.expr
Class MySqlMatchAgainstExpr

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlMatchAgainstExpr
All Implemented Interfaces:
SQLExpr, SQLObject, MySqlExpr, Serializable

public class MySqlMatchAgainstExpr
extends SQLExprImpl
implements MySqlExpr

See Also:
Serialized Form

Nested Class Summary
static class MySqlMatchAgainstExpr.SearchModifier
           
 
Constructor Summary
MySqlMatchAgainstExpr()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

MySqlMatchAgainstExpr

public MySqlMatchAgainstExpr()
Method Detail

getColumns

public List<SQLExpr> getColumns()

setColumns

public void setColumns(List<SQLExpr> columns)

getAgainst

public SQLExpr getAgainst()

setAgainst

public void setAgainst(SQLExpr against)

getSearchModifier

public MySqlMatchAgainstExpr.SearchModifier getSearchModifier()

setSearchModifier

public void setSearchModifier(MySqlMatchAgainstExpr.SearchModifier searchModifier)

hashCode

public int hashCode()
Specified by:
hashCode in class SQLExprImpl

equals

public boolean equals(Object obj)
Specified by:
equals in class SQLExprImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.