org.apache.taglibs.standard.tag.rt.sql
Class UpdateTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
org.apache.taglibs.standard.tag.rt.sql.UpdateTag
- All Implemented Interfaces:
- Serializable, SQLExecutionTag, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally
public class UpdateTag
- extends UpdateTagSupport
Subclass for the JSTL library with rtexprvalue support.
- Author:
- Hans Bergsten
- See Also:
- Serialized Form
Method Summary |
void |
setDataSource(Object dataSource)
Setter method for the SQL DataSource. |
void |
setSql(String sql)
Setter method for the SQL statement to use for the
query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateTag
public UpdateTag()
setDataSource
public void setDataSource(Object dataSource)
- Setter method for the SQL DataSource. DataSource can be
a String or a DataSource object.
setSql
public void setSql(String sql)
- Setter method for the SQL statement to use for the
query. The statement may contain parameter markers
(question marks, ?). If so, the parameter values must
be set using nested value elements.
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.