public final class SQLNotExpr extends SQLExprImpl implements Serializable
Constructor and Description |
---|
SQLNotExpr() |
SQLNotExpr(SQLExpr expr) |
Modifier and Type | Method and Description |
---|---|
SQLNotExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLExpr |
getExpr() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setExpr(SQLExpr expr) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLExpr expr
public SQLNotExpr()
public SQLNotExpr(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public List getChildren()
getChildren
in interface SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLNotExpr clone()
public SQLDataType computeDataType()
computeDataType
in interface SQLExpr
computeDataType
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.