com.alibaba.druid.sql.ast.expr
Class SQLExistsExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLExistsExpr
- All Implemented Interfaces:
- SQLExpr, SQLObject, Serializable
public class SQLExistsExpr
- extends SQLExprImpl
- implements Serializable
- See Also:
- Serialized Form
not
public boolean not
subQuery
public SQLSelect subQuery
SQLExistsExpr
public SQLExistsExpr()
SQLExistsExpr
public SQLExistsExpr(SQLSelect subQuery)
SQLExistsExpr
public SQLExistsExpr(SQLSelect subQuery,
boolean not)
isNot
public boolean isNot()
setNot
public void setNot(boolean not)
getSubQuery
public SQLSelect getSubQuery()
setSubQuery
public void setSubQuery(SQLSelect subQuery)
output
public void output(StringBuffer buf)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLObjectImpl
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.