public class SQLArgument extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
private SQLParameter.ParameterType |
type |
attributes, parent| 构造器和说明 |
|---|
SQLArgument() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLArgument |
clone() |
SQLExpr |
getExpr() |
SQLParameter.ParameterType |
getType() |
void |
setExpr(SQLExpr x) |
void |
setType(SQLParameter.ParameterType type) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprivate SQLParameter.ParameterType type
private SQLExpr expr
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLArgument clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic SQLParameter.ParameterType getType()
public SQLExpr getExpr()
public void setType(SQLParameter.ParameterType type)
public void setExpr(SQLExpr x)
Copyright © 2013–2019 Alibaba Group. All rights reserved.