railo.runtime.tag
Class ProcParam
java.lang.Object
railo.runtime.ext.tag.TagSupport
railo.runtime.tag.ProcParam
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public class ProcParam
- extends TagSupport
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
ProcParam
public ProcParam()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagSupport
- See Also:
Tag.release()
setCfsqltype
public void setCfsqltype(String cfsqltype)
throws DatabaseException
- Parameters:
cfsqltype
- The cfsqltype to set.
- Throws:
DatabaseException
setNull
public void setNull(boolean _null)
- Parameters:
ignoreNull
- The ignoreNull to set.
setMaxlength
public void setMaxlength(double maxLength)
- Parameters:
maxLength
- The maxLength to set.
setScale
public void setScale(double scale)
- Parameters:
scale
- The scale to set.
setType
public void setType(String type)
throws ApplicationException
- Parameters:
type
- The type to set.
- Throws:
ApplicationException
setValue
public void setValue(Object value)
- Parameters:
value
- The value to set.
setVariable
public void setVariable(String variable)
- Parameters:
variable
- The variable to set.
setDbvarname
public void setDbvarname(String dbvarname)
doStartTag
public int doStartTag()
throws ApplicationException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagSupport
- Throws:
ApplicationException
- See Also:
Tag.doStartTag()
Copyright © 2012 Railo