| Author |
how to retrieve each row by make each columns as objects ?
|
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
hi, good day, say for example if the resultSet return 2 rows of records row 1 : name1, age1 row 2 : name2, age2 is it possible we can make it save to object for each columns ? for example , name1 in one object, age1 as another object also for other as well and each row columns then save into List can we do that ? thank you for your guidance
|
 |
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
|
|
Yes.
|
 |
 |
|
|
subject: how to retrieve each row by make each columns as objects ?
|
|
|