public class SQLCastExpr extends SQLExprImpl
构造器和说明 |
---|
SQLCastExpr() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object obj) |
SQLDataType |
getDataType() |
SQLExpr |
getExpr() |
int |
hashCode() |
void |
setDataType(SQLDataType dataType) |
void |
setExpr(SQLExpr expr) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLDataType getDataType()
public void setDataType(SQLDataType dataType)
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.