public final class QueryParam extends TagImpl
Constructor and Description |
---|
QueryParam() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setCfsqltype(String type)
set the value cfsqltype
The SQL type that the parameter (any type) will be bound to.
|
void |
setList(boolean list)
set the value list
Yes or No.
|
void |
setMaxlength(double maxlength)
set the value maxlength
Maximum length of the parameter.
|
void |
setNull(boolean nulls)
set the value null
Yes or No.
|
void |
setScale(double scale)
set the value scale
Number of decimal places of the parameter.
|
void |
setSeparator(String separator)
set the value separator
Specifies the character that separates values in the list of parameter values in the value
attribute.
|
void |
setSqltype(String type) |
void |
setValue(Object value)
set the value value
|
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public QueryParam()
public void release()
public void setList(boolean list)
list
- value to setpublic void setNull(boolean nulls)
nulls
- value to setpublic void setMaxlength(double maxlength)
maxlength
- value to setpublic void setSeparator(String separator)
separator
- value to setpublic void setScale(double scale)
scale
- value to setpublic void setCfsqltype(String type) throws DatabaseException
type
- value to setDatabaseException
public void setSqltype(String type) throws DatabaseException
DatabaseException
public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Copyright © 2015 Lucee