| Attributes |
| var |
| Name of the exported scoped variable for the result of the database update. The type of the scoped variable is java.lang.Integer. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| scope |
| Scope of var. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| sql |
| SQL update statement. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| dataSource |
| 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. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|