Skip to content

"JDBC Procedure Call" Operation

olitank edited this page Nov 27, 2025 · 8 revisions

This operation allows to execute a stored procedure.

General

Connection

Corresponds to the JDBC connection to use.

Procedure

The procedure to be executed.

(Choose)

Allows to select the procedure.

Catalog

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

Schema

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

Parameters

Corresponds to the list of the procedure parameters.

Call Query String

Corresponds to the statement used to call the procedure.

Input

Allows to specify the input parameter values ​​for the procedure.

(Operation Result)

Output parameter values ​​obtained after the execution of the procedure.

Clone this wiki locally