• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

is there a limit on the number of records returned by queryForList method of SqlMapClientTemplate?

 
Ranch Hand
Posts: 63
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi fellow ranchers,
i am using ibatis 2.3.0.

i am using a oracle database query which returns 150019 records when run in the database through regular database ide tools.

when i map the same query to sqlmap,and call it from my java code,it returns me only 50007 records

hence my question:is there a limit to the number of records for the method queryForList of SqlMapClientTemplate

thanks in advance,

cheers

Vinny


 
Vinny Menon
Ranch Hand
Posts: 63
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi fellow ranchers,
i am using ibatis 2.3.0.

i am using a oracle database query which returns 150019 records when run in the database through regular database ide tools.

when i map the same query to sqlmap,and call it from my java code,it returns me only 50007 records

hence my question:is there a limit to the number of records for the method queryForList of SqlMapClientTemplate

thanks in advance,

cheers

Vinny


 
Vinny Menon
Ranch Hand
Posts: 63
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i got the result properly. the object mapping was such that the final records numbers would be 50007 which is correct.this issue can be closed.
 
Bras cause cancer. And tiny ads:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic