H
hamilton_denning
Greetings,
I'm trying to figure out an implementation for a class that will store
the contents of a ResultSet after the database connection has closed.
Basically, I want this data structure to have getColumn, getRow, and
getCell methods so that I can efficiently access the data any which
way. I've looked into extending AbstractTableModel, but I'm not sure
that this is the correct approach.
Can anyone point me to an existing implementation, or perhaps provide a
suggestion for how I would create one myself?
I greatly appreciate it!
-Ham
I'm trying to figure out an implementation for a class that will store
the contents of a ResultSet after the database connection has closed.
Basically, I want this data structure to have getColumn, getRow, and
getCell methods so that I can efficiently access the data any which
way. I've looked into extending AbstractTableModel, but I'm not sure
that this is the correct approach.
Can anyone point me to an existing implementation, or perhaps provide a
suggestion for how I would create one myself?
I greatly appreciate it!
-Ham