Best data structure/java object to hold database tables?
807601Jan 16 2008 — edited Jan 16 2008Hi,
I am looking for a data structure/object to hold the tables obtained from querying a database.
My plans are to filter out some of the rows from the result based on their values, and also compare two resultsets for duplicate rows. Hence, the object should ideally allow to traverse and retrieve values and delete rows fairly easily.
The max number of rows would be around 5000.
Please advice.
Thanks,
nitrousfiz