On Nov 22, 11:10 am, Thomas Mueller <[email protected]> wrote: > > > My application needs this because it reads from a long result set until > > certain > > conditions are met and reading the entire result is too slow. > > Why can't you set the condition in the query (maybe using a Java function)?
There are many cases when this won't work. For example, read records until the sum of a column exceeds a limit. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
