RE: [OJB-developers] Limit Number Of Objects in Query
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-06-10 06:31:48
|
Although not documented (yet), the scrollable result sets are in. See the test for info on how to use them. I expect I will need to write some documentation soon :( -----Original Message----- From: Domagoj Jugovic [mailto:do...@la...] Sent: Wednesday, May 29, 2002 3:10 AM To: obj...@li... Subject: [OJB-developers] Limit Number Of Objects in Query OK, this is a theoretical question, I didn't used OJB yet so maybe this is supported feature but I am not aware of it ? So I want to know is it possible to limit (aka: Statement.setMaxRows() ) the number of returned objects by query. Or using scrollable ResultSet and getting rows from database and materializing objects as they needed would be even better, much better. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |