Hi wushutwist,
Thanks for the info. But I cannot always assume that I will be getting a definite set of columns. The number of columns may change due to dynamic query generation. So my idea is to have a generic component similar to the ResultSet so that I can pass it on to the JSPs thro'...
To mimic ResultSet, which one offers better performance -
An ArrayList of ArrayLists OR
A single ArrayList OR
Something else ?
I am trying to mimic the jdbc ResultSet using ArrayList of ArrayLists. i.e. Each of the ResultSet row becomes an ArrayList with column values populated in it. All...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.