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