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