com.alibaba.druid.sql.ast.expr
类 SQLExistsExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLExistsExpr
- 所有已实现的接口:
- SQLExpr, SQLObject, Serializable
public class SQLExistsExpr
- extends SQLExprImpl
- implements Serializable
- 另请参见:
- 序列化表格
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)
hashCode
public int hashCode()
- 指定者:
- 类
SQLExprImpl 中的 hashCode
equals
public boolean equals(Object obj)
- 指定者:
- 类
SQLExprImpl 中的 equals
Copyright © 2013 Alibaba Group. All Rights Reserved.