public class SQLExistsExpr extends SQLExprImpl implements Serializable
构造器和说明 |
---|
SQLExistsExpr() |
SQLExistsExpr(SQLSelect subQuery) |
SQLExistsExpr(SQLSelect subQuery,
boolean not) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object obj) |
SQLSelect |
getSubQuery() |
int |
hashCode() |
boolean |
isNot() |
void |
setNot(boolean not) |
void |
setSubQuery(SQLSelect subQuery) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public boolean not
public SQLSelect subQuery
public SQLExistsExpr()
public SQLExistsExpr(SQLSelect subQuery)
public SQLExistsExpr(SQLSelect subQuery, boolean not)
public boolean isNot()
public void setNot(boolean not)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.