[MonetDB-users] Does MonetDB's JDBC Driver support CachedRowSet??
Hi All, I am wondering what JDBC Spec does the MonetDB's JDBC Driver conform to ? (is it JDBC3.0 ,4.0) 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.. Thanks Sateesh -- View this message in context: http://www.nabble.com/Does-MonetDB%27s--JDBC-Driver-support-CachedRowSet---t... Sent from the monetdb-users mailing list archive at Nabble.com.
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.
participants (2)
-
Fabian Groffen
-
sateesh