JDBC 2.0 Compatibility?

From: "Renaud Waldura" <renaud+pgsql(at)waldura(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC 2.0 Compatibility?
Date: 2003-11-03 18:05:19
Message-ID: 008401c3a235$0c0cd5c0$9902a8c0@aravo.network
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Is there a document somewhere that describes the level of conformance of the
PostgreSQL JDBC driver? Specifically, I'd like to know if/how the more
advanced features of JDBC are implemented -- e.g. scrollable/updatable
result sets, fetchSize, prepared statements, batch updates, etc.

I guess some of these features can only be correctly implemented by the JDBC
driver if the underlying database connector supports them. Is that
documented? I'm using PG 7.3. I already went through the manual, maybe I've
missed it?

Thanks for any pointers!

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2003-11-03 18:46:48 Re: JDBC 2.0 Compatibility?
Previous Message Dave Cramer 2003-11-03 15:29:01 Re: Allow specifying server/port for the test suite