In my java code, I have multiple select statements running against a database. Each select returns a different resultset. Now I want to have all the result sets under one resultset & pass as the return object.
I want the result sets to be children of the final result being passed. How can I achieve this. I am new to Java. Please help.
In addition to the result sets from select, there are also some values in local variable that need to be passed back.