Results 1 to 2 of 2

Thread: mapRow(ResultSet rs,int int rowNum) of RowMapper interface

  1. #1

    Question 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

  2. #2
    Join Date
    Apr 2011
    Posts
    107

    Default

    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
  •