public class OracleTreatExpr extends OracleSQLObjectImpl implements SQLExpr
Constructor and Description |
---|
OracleTreatExpr() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleTreatExpr |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLExpr |
getType() |
boolean |
isRef() |
void |
setExpr(SQLExpr expr) |
void |
setRef(boolean ref) |
void |
setType(SQLExpr type) |
computeDataType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeDataType
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 SQLExpr getType()
public void setType(SQLExpr type)
public boolean isRef()
public void setRef(boolean ref)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public OracleTreatExpr clone()
Copyright © 2013–2017 Alibaba Group. All rights reserved.