public class SQLCastExpr extends SQLExprImpl implements SQLObjectWithDataType, SQLReplaceable
| Constructor and Description |
|---|
SQLCastExpr() |
SQLCastExpr(SQLExpr expr,
SQLDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
SQLCastExpr |
clone() |
SQLDataType |
computeDataType() |
long |
dateTypeHashCode() |
boolean |
equals(Object o) |
List |
getChildren() |
SQLDataType |
getDataType() |
SQLExpr |
getExpr() |
int |
hashCode() |
boolean |
isTry() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setDataType(SQLDataType dataType) |
void |
setExpr(SQLExpr expr) |
void |
setTry(boolean aTry) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLCastExpr()
public SQLCastExpr(SQLExpr expr, SQLDataType dataType)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLDataType getDataType()
getDataType in interface SQLObjectWithDataTypepublic long dateTypeHashCode()
public void setDataType(SQLDataType dataType)
setDataType in interface SQLObjectWithDataTypepublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic SQLCastExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic boolean isTry()
public void setTry(boolean aTry)
public String toString()
toString in class SQLObjectImplCopyright © 2013–2020 Alibaba Group. All rights reserved.