Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. akalex

    Should I go for ArrayList of ArrayLists / ArrayList / Something else?

    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'...
  2. akalex

    Should I go for ArrayList of ArrayLists / ArrayList / Something else?

    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...

Part and Inventory Search

Back
Top