-
Notifications
You must be signed in to change notification settings - Fork 0
"JDBC Procedure Call" Operation
olitank edited this page Nov 26, 2025
·
8 revisions
This operation allows to execute a stored procedure.
This corresponds to the JDBC connection to use.
Optionally specifies the name of the catalog in which the procedure is defined.
Optionally specifies the name of the schema in which the procedure is defined.
Corresponds to the procedure to be executed.
This allows to specify the input parameter values for the procedure.
Output parameter values of the procedure.