public class SqlUpdateTag extends BodyTagSupport implements SQLExecutionTag
bodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
SqlUpdateTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSQLParameter(java.lang.Object value)
Adds a parameter.
|
int |
doEndTag()
Processed at the end of the tag.
|
void |
setDataSource(java.lang.Object dataSource)
Sets the data source.
|
void |
setScope(java.lang.String scope)
Sets the scope.
|
void |
setSql(java.lang.String sql)
Sets the SQL.
|
void |
setVar(java.lang.String var)
Sets the variable name.
|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic void setSql(java.lang.String sql)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setDataSource(java.lang.Object dataSource)
throws JspException
JspExceptionpublic void addSQLParameter(java.lang.Object value)
addSQLParameter in interface SQLExecutionTagpublic int doEndTag()
throws JspException
TagSupportdoEndTag in interface TagdoEndTag in class TagSupportJspException