public class SQLCastExpr extends SQLExprImpl
Constructor and Description |
---|
SQLCastExpr() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SQLDataType |
getDataType() |
SQLExpr |
getExpr() |
int |
hashCode() |
void |
setDataType(SQLDataType dataType) |
void |
setExpr(SQLExpr expr) |
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 SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLDataType getDataType()
public void setDataType(SQLDataType dataType)
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.