summary of new features in JDBC 3.0

From: Vadim Nasardinov <vadimn(at)redhat(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: summary of new features in JDBC 3.0
Date: 2004-10-27 20:23:44
Message-ID: 200410271623.44895@vadim.nasardinov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This is probably asking too much, but I was wondering if anyone could
assign a current perceived priority to each of the new features
introduced in JDBC 3.0 in terms of whether and when they will be
supported by the PostgreSQL JDBC driver.

The list has been lifted from Chapter 3 of the spec:

* Savepoint support
* Reuse of prepared statements by connection pools
* Connection pool configuration
* Retrieval of parameter metadata
* Retrieval of auto-generated keys
* Ability to have multiple open ResultSet objects
* Passing parameters to CallableStatement objects by name
* Holdable cursor support
* BOOLEAN data type
* Making internal updates to the data in Blob and Clob objects
* Retrieving and updating the object referenced by a Ref object
* Updating of columns containing BLOB, CLOB, ARRAY and REF types
* DATALINK/URL data type
* Transform groups and type mapping
* Relationship between the JDBC SPI (Service Provider Interface) and
the Connector architecture
* DatabaseMetadata APIs

Thanks,
Vadim

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-10-27 20:33:46 Re: plans and estimates for supporting JDBC 3.0
Previous Message Vadim Nasardinov 2004-10-27 20:17:28 plans and estimates for supporting JDBC 3.0