Re: Connections/Statements/ResultSets (Was: Re: Pooling - Mailing list pgsql-jdbc

From Michael Paesold
Subject Re: Connections/Statements/ResultSets (Was: Re: Pooling
Date
Msg-id 005301c25012$2dfe0210$0100a8c0@beeblebrox
Whole thread Raw
In response to Re: Pooling Prepared Statements  (Curt Sampson <cjs@cynic.net>)
List pgsql-jdbc
João Paulo Caldas Ribeiro wrote:


> I dont know about the JDBC specs but i remember that i used a Oracle
> JDBC driver that only supported one 1 connection --> 1 resultset at time.
> I will try to find something about the specs.


Probably the specs really don't specify this, but they will require that
the methods getResultSetConcurrency(), getResultSetHoldability() and
getResultSetType() return the correct values.

Regards.
Michael


pgsql-jdbc by date:

Previous
From: "Michael Paesold"
Date:
Subject: Re: Connections/Statements/ResultSets (Was: Re: Pooling
Next
From: João Paulo Caldas Ribeiro
Date:
Subject: Re: Connections/Statements/ResultSets (Was: Re: Pooling