Building resultset using collection object
        Posted  
        
            by Bhaskara Krishna Mohan Potam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bhaskara Krishna Mohan Potam
        
        
        
        Published on 2009-02-02T05:58:12Z
        Indexed on 
            2010/04/19
            14:33 UTC
        
        
        Read the original article
        Hit count: 399
        
Hi,
I had an issue in building the resultset using java. Here it goes...
I am storing a collection object which is organized as row wise taken from a resultset object and putting the collection object(which is stored as vector/array list) in cache and trying to retrieve the same collection object. Here i need to build back the resultset again using the collection object. Now my doubt is building the resultset in this way possible or not? Please let me know asap.
Thanks in advance,
Bhaskar
© Stack Overflow or respective owner