I have a resultset where I do not know about the column and rows(Dynamic). How can I use hash table for this.
Thanks
Use ResultSetMetaData class as below
ResultSetMetaData rsmd = resultsetobject.getMetaData();
Hash Table for generating Dynamic Table from REsultset
I have a resultset where I do not know about the column and rows(Dynamic). How can I use hash table for this.
Thanks
Use ResultSetMetaData
Use ResultSetMetaData class as below
and explore ResultSetMetaData Java API little bit :)
Post new comment