Class UpdateTag

All Implemented Interfaces:
Serializable, SQLExecutionTag, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally

public class UpdateTag extends UpdateTagSupport
Subclass for the JSTL library with rtexprvalue support.
See Also:
  • Constructor Details

    • UpdateTag

      public UpdateTag()
  • Method Details

    • 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.