-
Notifications
You must be signed in to change notification settings - Fork 0
"JDBC Procedure Call" Operation
olitank edited this page Nov 27, 2025
·
8 revisions
This operation allows to execute a stored procedure.
Corresponds to the JDBC connection to use.
The procedure to be executed.
Allows to select the procedure.
Optionally specifies the name of the catalog in which the procedure is located.
Optionally specifies the name of the schema in which the procedure is defined.
Corresponds to the list of the procedure parameters.
Corresponds to the statement used to call the procedure.
Allows to specify the input parameter values for the procedure.
Output parameter values obtained after the execution of the procedure.