public class OracleOuterExpr extends SQLExprImpl implements OracleExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
attributes, parent| 构造器和说明 |
|---|
OracleOuterExpr() |
OracleOuterExpr(SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleOuterExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setExpr(SQLExpr expr) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate SQLExpr expr
public OracleOuterExpr()
public OracleOuterExpr(SQLExpr expr)
public OracleOuterExpr clone()
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.