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