List of values ​​with data from a table (oracle).

List of values ​​with data from a table (oracle).
Dear Sirs please if I can help I need to make a list of values ​​with the data in a table,

select cod, name from table;

As I can do?

Thank you;

Santillanh,

Check this project http://community.bonitasoft.com/project/bonita-bpm-development-tools

It will be helpfull to manage the resultset in the output of the connector.

You will need to call the method to convert into a List

BonitaDBTools.toListOfList(resultset)