public class SQLCastExpr extends SQLExprImpl implements SQLObjectWithDataType
| Constructor and Description |
|---|
SQLCastExpr() |
| Modifier and Type | Method and Description |
|---|---|
SQLCastExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List |
getChildren() |
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLDataType getDataType()
getDataType in interface SQLObjectWithDataTypepublic void setDataType(SQLDataType dataType)
setDataType in interface SQLObjectWithDataTypepublic List getChildren()
getChildren in interface SQLExprpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic SQLCastExpr clone()
Copyright © 2013–2018 Alibaba Group. All rights reserved.