7 Aug
2008
7 Aug
'08
7:40 p.m.
On 07-08-2008 12:33:13 -0700, sateesh wrote:
Hi All,
I am wondering what JDBC Spec does the MonetDB's JDBC Driver conform to ? (is it JDBC3.0 ,4.0)
It is a JDBC 3.0, type 4 driver.
We would like to use the pagination at the Database level and hence i want to know whether the JDBC Driver has any implementation of CachedRowSet..
Nope. But you implicitly use pagination at the database level, since our protocol works that way. The (set)FetchSize influences the size of the pages, when unset, it uses a progressive model to optimize along the way for larger results.