JSTL sql
Tag update


Executes the SQL update defined in its body or through the sql attribute.


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.sql.UpdateTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsefalsejava.lang.String Name of the exported scoped variable for the result of the database update. The type of the scoped variable is java.lang.Integer.
scopefalsefalsejava.lang.String Scope of var.
sqlfalsetruejava.lang.String SQL update statement.
dataSourcefalsetruejava.lang.String Data source associated with the database to update. A String value represents a relative path to a JNDI resource or the parameters for the JDBC DriverManager class.

Variables
No Variables Defined.


Output Generated by TLDDoc. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.