-
Notifications
You must be signed in to change notification settings - Fork 0
"JDBC Update" Operation
olitank edited this page Nov 26, 2025
·
2 revisions
This operation allows to execute an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
This corresponds to the JDBC connection to use.
This allows to manually define or (re)generate the query parameter list. Automated updating of this list can be enabled.
This corresponds to the text of the SQL command (which may be parameterized).
This allows to specify the parameter values for the statement.
The number of rows affected by the execution of the SQL command.