Skip to content

"JDBC Generic" Operation

olitank edited this page Nov 26, 2025 · 1 revision

This operation allows to execute an arbitrary SQL statement.

Settings

Connection

This corresponds to the JDBC connection to use.

(Next Setting)

This allows to specify the full SQL statement.

(Operation Result)

columnNames

List of columns in the result set.

rows

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.

Clone this wiki locally