java - Set values of multiple lists which are received from different sql queries in same refcursor -


i have stored procedure outputs ref cursor.

the stored proc. contains 2 different queries, each of returns list. say,

query1 returns list of serial_numbers. query2 returns list of serial names. 

how should set these 2 lists in same ref cursor variable . when retrieve refcursor in java should

refcursor[0] => serial_number refcursor[1] => serial_names 

each of these objects contains respective list.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -