Description

Performs relational database queries using SQL.



Inputs and Outputs

Database Connection Type - Specifies the type of connection to be used to connect to the database.

Result Set Type - Specifies the type of result set to use when returning the query results. The options are:

Query - The SQL query to be executed.

Run Query - Determines when the query is to be executed. The options are:

Result Set Columns - The names of each of the columns in the resulting data set. You must enter the names in the order in which they will appear in the data set. The column names must be provide only if a column will be referenced by name in the action sequence.  Actions placed in a loop on the result set can use these names.  See the BurstActionSequence.xaction example in pentaho-solutions/samples/bursting for more information.

Result Set Name - The name of the resulting output dataset. Following actions can refer to the data set using this name.