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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprpublic OracleTreatExpr clone()
Copyright © 2013–2018 Alibaba Group. All rights reserved.