public class SQLUnaryExpr extends SQLExprImpl implements Serializable
构造器和说明 |
---|
SQLUnaryExpr() |
SQLUnaryExpr(SQLUnaryOperator operator,
SQLExpr expr) |
限定符和类型 | 方法和说明 |
---|---|
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, 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 SQLUnaryOperator getOperator()
public void setOperator(SQLUnaryOperator operator)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.