public class ProcParam extends TagSupport
Constructor and Description |
---|
ProcParam() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setCfsqltype(String cfsqltype) |
void |
setDbvarname(String dbvarname) |
void |
setMaxlength(double maxLength) |
void |
setNull(boolean _null) |
void |
setScale(double scale) |
void |
setSqltype(String type) |
void |
setType(String type) |
void |
setValue(Object value) |
void |
setVariable(String variable) |
doEndTag, getParent, required, setPageContext, setPageContext, setParent
public ProcParam()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagSupport
Tag.release()
public void setCfsqltype(String cfsqltype) throws DatabaseException
cfsqltype
- The cfsqltype to set.DatabaseException
public void setSqltype(String type) throws DatabaseException
DatabaseException
public void setNull(boolean _null)
ignoreNull
- The ignoreNull to set.public void setMaxlength(double maxLength)
maxLength
- The maxLength to set.public void setScale(double scale)
scale
- The scale to set.public void setType(String type) throws ApplicationException
type
- The type to set.ApplicationException
public void setVariable(String variable)
variable
- The variable to set.public void setDbvarname(String dbvarname)
public int doStartTag() throws ApplicationException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagSupport
ApplicationException
Tag.doStartTag()
Copyright © 2015 Lucee