-
Apr 19th, 2011, 04:55 AM
#1
mapRow(ResultSet rs,int int rowNum) of RowMapper interface
Hi,I am new in JDBC Abstraction Framework of Spring as well as in Spring.The mapRow(ResultSet rs,int rowNum) returns an Object means a single row,so can anyone explain how does we can get the List<Object> (for an example) even i see it just return a single row,i think i m missing something in understanding this and confused.Please explore this.Thanks in Advance
-
Apr 19th, 2011, 05:03 AM
#2
It is just called as many time as number of row...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules