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) |
String |
getArgumentName() |
SQLExpr |
getValue() |
void |
setArgumentName(String argumentName) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public String getArgumentName()
public void setArgumentName(String argumentName)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.