Matt,
I put together this oracle specific adapter to paginate
the records at the database itself. I've been using it
in my projects and thought it might be useful to others
who've been requesting something similar..I guess
similar adapters for other db's can be put together
thereby avoiding walking thru' the resultset to achieve
pagination..It would be nice to hear your comments
about this.
Vijayan
Logged In: YES
user_id=531802
nice,
A month ago I wrote the same thing. to bad I did not see
your patch! I added the property SqlPagingSupport to
http://valuelist.sourceforge.net/xref/net/mlw/vlh/adapter/jd
bc/AbstractJdbcAdapter.html. I created an impl for oracle,
but you can simple create an instance of SqlPagingSupport
to support other databases...
Ilike you impl, it does not have the risk the modifying
the abstract...