public class OracleArgumentExpr extends OracleSQLObjectImpl implements SQLExpr
| 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() |
void |
setArgumentName(String argumentName) |
void |
setValue(SQLExpr value) |
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 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 List<SQLObject> getChildren()
getChildren in interface SQLExprCopyright © 2013–2018 Alibaba Group. All rights reserved.