public class SQLArgument extends SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringprotected 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–2023. All rights reserved.