getConnection() method of PreparedStatement - Mailing list pgsql-jdbc

From Sulakshana Awsarikar
Subject getConnection() method of PreparedStatement
Date
Msg-id 003f01c1aa43$ebca50c0$0500a8c0@vsnl.net.in
Whole thread Raw
In response to Re: JDBC batching  ("Tony DeWitt" <dewitt@eizel.com>)
List pgsql-jdbc
Hi

I have recently started using pgsql and  am using the PostgreSQL 7.1.1
driver.

On using the getConnection() method from the PreparedStatement interface the
java.lang.AbstractMethodError exception is thrown.
Similarly for methods like getRow() from the ResultSet interface.

Aren't these methods implemented in the Postgresql driver ? If these methods
are not implemented, is there any alternative method(s) that can be used in
place of these.

Is there some other version of PostgresSQL driver where these methods are
implemented ?

regards
Sulakshana


pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: JDBC batching
Next
From: "Sulakshana Awsarikar"
Date:
Subject: Re: getConnection() method of PreparedStatement