public class OracleArgumentExpr extends OracleSQLObjectImpl implements SQLExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
argumentName |
private SQLExpr |
value |
attributes, parent| 构造器和说明 |
|---|
OracleArgumentExpr() |
OracleArgumentExpr(String argumentName,
SQLExpr value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleArgumentExpr |
clone() |
String |
getArgumentName() |
List<SQLObject> |
getChildren() |
SQLExpr |
getValue() |
void |
setArgumentName(String argumentName) |
void |
setValue(SQLExpr value) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic String getArgumentName()
public void setArgumentName(String argumentName)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic OracleArgumentExpr clone()
public List<SQLObject> getChildren()
getChildren 在接口中 SQLExprCopyright © 2013–2019 Alibaba Group. All rights reserved.