public class SQLCastExpr extends SQLExprImpl implements SQLObjectWithDataType, SQLReplaceable
| 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() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
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 boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic 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.