public class SQLArgument extends SQLObjectImpl
Constructor and Description |
---|
SQLArgument() |
Modifier and Type | Method and Description |
---|---|
SQLArgument |
clone() |
SQLExpr |
getExpr() |
SQLParameter.ParameterType |
getType() |
void |
setExpr(SQLExpr x) |
void |
setType(SQLParameter.ParameterType type) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public SQLArgument clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
public SQLParameter.ParameterType getType()
public SQLExpr getExpr()
public void setType(SQLParameter.ParameterType type)
public void setExpr(SQLExpr x)
Copyright © 2013–2017 Alibaba Group. All rights reserved.