public class OracleArgumentExpr extends OracleSQLObjectImpl implements SQLExpr, SQLReplaceable
| Constructor and Description |
|---|
OracleArgumentExpr() |
OracleArgumentExpr(String argumentName,
SQLExpr value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleArgumentExpr |
clone() |
String |
getArgumentName() |
List<SQLObject> |
getChildren() |
SQLExpr |
getValue() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setArgumentName(String argumentName) |
void |
setValue(SQLExpr value) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic String getArgumentName()
public void setArgumentName(String argumentName)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic OracleArgumentExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List<SQLObject> getChildren()
getChildren in interface SQLExprCopyright © 2013–2021 Alibaba Group. All rights reserved.