public final class SQLParameter extends SQLObjectImpl implements SQLObjectWithDataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLParameter.ParameterType |
| Constructor and Description |
|---|
SQLParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLParameter |
clone() |
SQLName |
getCursorName() |
List<SQLParameter> |
getCursorParameters() |
SQLDataType |
getDataType() |
SQLExpr |
getDefaultValue() |
SQLName |
getName() |
SQLParameter.ParameterType |
getParamType() |
boolean |
isConstant() |
boolean |
isMap() |
boolean |
isMember() |
boolean |
isNoCopy() |
boolean |
isOrder() |
void |
setConstant(boolean constant) |
void |
setCursorName(SQLName cursorName) |
void |
setDataType(SQLDataType dataType) |
void |
setDefaultValue(SQLExpr deaultValue) |
void |
setMap(boolean map) |
void |
setMember(boolean member) |
void |
setName(SQLName name) |
void |
setNoCopy(boolean noCopy) |
void |
setOrder(boolean order) |
void |
setParamType(SQLParameter.ParameterType paramType) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getDefaultValue()
public void setDefaultValue(SQLExpr deaultValue)
public SQLName getName()
public void setName(SQLName name)
public SQLDataType getDataType()
getDataType in interface SQLObjectWithDataTypepublic void setDataType(SQLDataType dataType)
setDataType in interface SQLObjectWithDataTypepublic SQLParameter.ParameterType getParamType()
public void setParamType(SQLParameter.ParameterType paramType)
public void accept0(SQLASTVisitor visitor)
public boolean isNoCopy()
public void setNoCopy(boolean noCopy)
public boolean isConstant()
public void setConstant(boolean constant)
public List<SQLParameter> getCursorParameters()
public SQLName getCursorName()
public void setCursorName(SQLName cursorName)
public SQLParameter clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic boolean isOrder()
public void setOrder(boolean order)
public boolean isMap()
public void setMap(boolean map)
public boolean isMember()
public void setMember(boolean member)
Copyright © 2013–2018 Alibaba Group. All rights reserved.