-
Notifications
You must be signed in to change notification settings - Fork 0
"JDBC Generic" Operation
olitank edited this page Nov 26, 2025
·
1 revision
This operation allows to execute an arbitrary SQL statement.
This corresponds to the JDBC connection to use.
This allows to specify the full SQL statement.
List of columns in the result set.
List of rows resulting from the execution of the SQL command. Each row is a map associating the name of each column with its value.