Skip to content

"JDBC Procedure Call" Operation

olitank edited this page Nov 26, 2025 · 8 revisions

This operation allows to execute a stored procedure.

General

Connection

This corresponds to the JDBC connection to use.

Catalog

Optionally specifies the name of the catalog in which the procedure is defined.

Schema

Optionally specifies the name of the schema in which the procedure is defined.

Procedure

Corresponds to the procedure to be executed.

Input

This allows to specify the input parameter values ​​for the procedure.

(Operation Result)

Output parameter values of the procedure.

Clone this wiki locally