Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best data structure/java object to hold database tables?

807601Jan 16 2008 — edited Jan 16 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2008
Added on Jan 16 2008
4 comments
3,676 views