Tags 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.StringName of the exported scoped variable for the result of the database update. The type of the scoped variable is java.lang.Integer.
scopefalsefalsejava.lang.StringScope of var.
sqlfalsetruejava.lang.StringSQL update statement.
dataSourcefalsetruejava.lang.StringData 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.


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.