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, toStringpublic SQLArgument clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic SQLParameter.ParameterType getType()
public SQLExpr getExpr()
public void setType(SQLParameter.ParameterType type)
public void setExpr(SQLExpr x)
Copyright © 2013–2018 Alibaba Group. All rights reserved.