-
Notifications
You must be signed in to change notification settings - Fork 0
"JDBC Query" Operation
olitank edited this page Nov 26, 2025
·
4 revisions
This operation allows to execute an SQL query using a JDBC driver.
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 allows to (re)generate the list of columns that will be output by the query. 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.
List of rows resulting from the query execution.